Home
last modified time | relevance | path

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

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