Searched refs:testMatrixSqrt (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
H A Dmatrix_square_root.cpp13 void testMatrixSqrt(const MatrixType& m) function
24 CALL_SUBTEST_1(testMatrixSqrt(Matrix3cf()));
25 CALL_SUBTEST_2(testMatrixSqrt(MatrixXcd(12,12)));
26 CALL_SUBTEST_3(testMatrixSqrt(Matrix4f()));
27 CALL_SUBTEST_4(testMatrixSqrt(Matrix<double,Dynamic,Dynamic,RowMajor>(9, 9)));
28 CALL_SUBTEST_5(testMatrixSqrt(Matrix<float,1,1>()));
29 CALL_SUBTEST_5(testMatrixSqrt(Matrix<std::complex<float>,1,1>()));

Completed in 73 milliseconds