Home | History | Annotate | Download | only in test

Lines Matching full:jacobi

15 void jacobi(const MatrixType& m = MatrixType())
64 CALL_SUBTEST_1(( jacobi<Matrix3f, float>() ));
65 CALL_SUBTEST_2(( jacobi<Matrix4d, double>() ));
66 CALL_SUBTEST_3(( jacobi<Matrix4cf, float>() ));
67 CALL_SUBTEST_3(( jacobi<Matrix4cf, std::complex<float> >() ));
71 CALL_SUBTEST_4(( jacobi<MatrixXf, float>(MatrixXf(r,c)) ));
72 CALL_SUBTEST_5(( jacobi<MatrixXcd, double>(MatrixXcd(r,c)) ));
73 CALL_SUBTEST_5(( jacobi<MatrixXcd, std::complex<double> >(MatrixXcd(r,c)) ));
75 CALL_SUBTEST_6(( jacobi<MatrixXcf, float>(MatrixXcf(r,c)) ));
76 CALL_SUBTEST_6(( jacobi<MatrixXcf, std::complex<float> >(MatrixXcf(r,c)) ));