Home
last modified time | relevance | path

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

/external/eigen/test/
Dpermutationmatrices.cpp13 template<typename MatrixType> void permutationmatrices(const MatrixType& m) in permutationmatrices() function
108 CALL_SUBTEST_1( permutationmatrices(Matrix<float, 1, 1>()) ); in test_permutationmatrices()
109 CALL_SUBTEST_2( permutationmatrices(Matrix3f()) ); in test_permutationmatrices()
110 CALL_SUBTEST_3( permutationmatrices(Matrix<double,3,3,RowMajor>()) ); in test_permutationmatrices()
111 CALL_SUBTEST_4( permutationmatrices(Matrix4d()) ); in test_permutationmatrices()
112 CALL_SUBTEST_5( permutationmatrices(Matrix<double,40,60>()) ); in test_permutationmatrices()
113 CALL_SUBTEST_6( permutationmatrices(Matrix<double,Dynamic,Dynamic,RowMajor>(20, 30)) ); in test_permutationmatrices()
114 CALL_SUBTEST_7( permutationmatrices(MatrixXcf(15, 10)) ); in test_permutationmatrices()
DCMakeLists.txt215 ei_add_test(permutationmatrices)