OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:permutationmatrices
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/
permutationmatrices.cpp
13
template<typename MatrixType> void
permutationmatrices
(const MatrixType& m)
function
108
CALL_SUBTEST_1(
permutationmatrices
(Matrix<float, 1, 1>()) );
109
CALL_SUBTEST_2(
permutationmatrices
(Matrix3f()) );
110
CALL_SUBTEST_3(
permutationmatrices
(Matrix<double,3,3,RowMajor>()) );
111
CALL_SUBTEST_4(
permutationmatrices
(Matrix4d()) );
112
CALL_SUBTEST_5(
permutationmatrices
(Matrix<double,40,60>()) );
113
CALL_SUBTEST_6(
permutationmatrices
(Matrix<double,Dynamic,Dynamic,RowMajor>(20, 30)) );
114
CALL_SUBTEST_7(
permutationmatrices
(MatrixXcf(15, 10)) );
CMakeLists.txt
215
ei_add_test(
permutationmatrices
)
Completed in 55 milliseconds