Searched refs:jacobi (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | jacobi.cpp | 15 void jacobi(const MatrixType& m = MatrixType()) in jacobi() function 64 CALL_SUBTEST_1(( jacobi<Matrix3f, float>() )); in test_jacobi() 65 CALL_SUBTEST_2(( jacobi<Matrix4d, double>() )); in test_jacobi() 66 CALL_SUBTEST_3(( jacobi<Matrix4cf, float>() )); in test_jacobi() 67 CALL_SUBTEST_3(( jacobi<Matrix4cf, std::complex<float> >() )); in test_jacobi() 71 CALL_SUBTEST_4(( jacobi<MatrixXf, float>(MatrixXf(r,c)) )); in test_jacobi() 72 CALL_SUBTEST_5(( jacobi<MatrixXcd, double>(MatrixXcd(r,c)) )); in test_jacobi() 73 CALL_SUBTEST_5(( jacobi<MatrixXcd, std::complex<double> >(MatrixXcd(r,c)) )); in test_jacobi() 75 CALL_SUBTEST_6(( jacobi<MatrixXcf, float>(MatrixXcf(r,c)) )); in test_jacobi() 76 CALL_SUBTEST_6(( jacobi<MatrixXcf, std::complex<float> >(MatrixXcf(r,c)) )); in test_jacobi()
|
D | CMakeLists.txt | 223 ei_add_test(jacobi)
|
/external/llvm/test/Analysis/Delinearization/ |
D | himeno_2.ll | 15 ; void jacobi(int nn, Matrix* a, Matrix* p) 36 define void @jacobi(i32 %nn, %struct.Mat* nocapture %a, %struct.Mat* nocapture %p) nounwind uwtable…
|
D | himeno_1.ll | 15 ; void jacobi(int nn, Matrix* a, Matrix* p) 36 define void @jacobi(i32 %nn, %struct.Mat* nocapture %a, %struct.Mat* nocapture %p) nounwind uwtable…
|