0_0_12179267_1312.cpp:172: error: expected `>' before numeric constant
0_0_12179267_1312.cpp:173: error: no default argument for `<anonymous>'
0_0_12179267_1312.cpp: In static member function `static void t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >::multiple(const t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >&, const t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >&, t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >&)':
0_0_12179267_1312.cpp:198: error: `MAX_DATA_TYPE' undeclared (first use this function)
0_0_12179267_1312.cpp:198: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12179267_1312.cpp:198: error: expected `;' before "t"
0_0_12179267_1312.cpp:203: error: `t' undeclared (first use this function)
0_0_12179267_1312.cpp:208: error: expected `)' before "y"
0_0_12179267_1312.cpp: In static member function `static void t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >::add(const t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >&, const t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >&, t_matrix_type<MATRIX_DATA_TYPE, <anonymous> >&)':
0_0_12179267_1312.cpp:220: error: `MAX_DATA_TYPE' undeclared (first use this function)
0_0_12179267_1312.cpp:220: error: expected `)' before "y"
0_0_12179267_1312.cpp: At global scope:
0_0_12179267_1312.cpp:224: error: expected `>' before numeric constant
0_0_12179267_1312.cpp:224: error: wrong number of template arguments (3, should be 2)
0_0_12179267_1312.cpp:173: error: provided for `template<class MATRIX_DATA_TYPE, int <anonymous> > struct t_matrix_type'
0_0_12179267_1312.cpp:224: error: template declaration of `int Mod'
0_0_12179267_1312.cpp:225: error: expected `>' before numeric constant
0_0_12179267_1312.cpp:225: error: wrong number of template arguments (3, should be 2)
0_0_12179267_1312.cpp:173: error: provided for `template<class MATRIX_DATA_TYPE, int <anonymous> > struct t_matrix_type'
0_0_12179267_1312.cpp:225: error: template declaration of `int Dim'
0_0_12179267_1312.cpp:290: error: wrong number of template arguments (3, should be 2)
0_0_12179267_1312.cpp:173: error: provided for `template<class MATRIX_DATA_TYPE, int <anonymous> > struct t_matrix_type'
0_0_12179267_1312.cpp:290: error: ISO C++ forbids declaration of `Matrix' with no type
0_0_12179267_1312.cpp:290: error: conflicting declaration 'typedef int Matrix'
0_0_12179267_1312.cpp:17: error: 'Matrix' has a previous declaration as `typedef MATRIX_TYPE Matrix[31][31]'
0_0_12179267_1312.cpp:290: error: declaration of `typedef int Matrix'
0_0_12179267_1312.cpp:17: error: conflicts with previous declaration `typedef MATRIX_TYPE Matrix[31][31]'
0_0_12179267_1312.cpp:290: error: declaration of `typedef int Matrix'
0_0_12179267_1312.cpp:17: error: conflicts with previous declaration `typedef MATRIX_TYPE Matrix[31][31]'
0_0_12179267_1312.cpp: In function `void solve_hdu_2254()':
0_0_12179267_1312.cpp:299: error: `Matrix' is not a class or namespace
0_0_12179267_1312.cpp:299: error: `Mod' undeclared (first use this function)
0_0_12179267_1312.cpp:303: error: request for member `set_zero' in `a', which is of non-class type `MATRIX_TYPE[31][31]'
0_0_12179267_1312.cpp:315: error: `Matrix' is not a class or namespace
0_0_12179267_1312.cpp:315: error: `Dim' undeclared (first use this function)
0_0_12179267_1312.cpp:331: error: no matching function for call to `t_pow_sum(MATRIX_TYPE[31][31], int, MATRIX_TYPE[31][31])'
0_0_12179267_1312.cpp:336: error: no matching function for call to `t_pow_sum(MATRIX_TYPE[31][31], int&, MATRIX_TYPE[31][31])'
|