0_0_11165690_10699.cpp: In function `matrix operator*(matrix)':
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:10: error: from this location
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:10: error: from this location
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:11: error: from this location
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:11: error: from this location
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:12: error: from this location
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:12: error: from this location
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:13: error: from this location
0_0_11165690_10699.cpp:6: error: invalid use of non-static data member `matrix::ma'
0_0_11165690_10699.cpp:13: error: from this location
0_0_11165690_10699.cpp: In function `matrix powx(matrix, int)':
0_0_11165690_10699.cpp:21: error: no match for 'operator*' in 'tem * tem'
0_0_11165690_10699.cpp:8: note: candidates are: matrix operator*(matrix)
0_0_11165690_10699.cpp:24: error: no match for 'operator*' in 'tem * tem'
0_0_11165690_10699.cpp:8: note: candidates are: matrix operator*(matrix)
0_0_11165690_10699.cpp:27: error: no match for 'operator*' in 'a * tem'
0_0_11165690_10699.cpp:8: note: candidates are: matrix operator*(matrix)
0_0_11165690_10699.cpp:28: error: no match for 'operator*' in 'tem * tem'
0_0_11165690_10699.cpp:8: note: candidates are: matrix operator*(matrix)
0_0_11165690_10699.cpp: In function `int main()':
0_0_11165690_10699.cpp:36: error: `n' undeclared (first use this function)
0_0_11165690_10699.cpp:36: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11165690_10699.cpp:36: error: `k' undeclared (first use this function)
0_0_11165690_10699.cpp:38: error: `sqrt' undeclared (first use this function)
0_0_11165690_10699.cpp:40: error: `y1' undeclared (first use this function)
0_0_11165690_10699.cpp:43: error: `x1' undeclared (first use this function)
0_0_11165690_10699.cpp: At global scope:
0_0_11165690_10699.cpp:51: error: expected constructor, destructor, or type conversion before '^' token
0_0_11165690_10699.cpp:51: error: expected `,' or `;' before '^' token
0_0_11165690_10699.cpp:53: error: `n' was not declared in this scope
0_0_11165690_10699.cpp:53: error: expected constructor, destructor, or type conversion before '=' token
0_0_11165690_10699.cpp:53: error: expected `,' or `;' before '=' token
|