OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMatrixType
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/test/
matrix_function.cpp
170
void
testMatrixType
(const MatrixType& m)
186
CALL_SUBTEST_1(
testMatrixType
(Matrix<float,1,1>()));
187
CALL_SUBTEST_2(
testMatrixType
(Matrix3cf()));
188
CALL_SUBTEST_3(
testMatrixType
(MatrixXf(8,8)));
189
CALL_SUBTEST_4(
testMatrixType
(Matrix2d()));
190
CALL_SUBTEST_5(
testMatrixType
(Matrix<double,5,5,RowMajor>()));
191
CALL_SUBTEST_6(
testMatrixType
(Matrix4cd()));
192
CALL_SUBTEST_7(
testMatrixType
(MatrixXd(13,13)));
/external/eigen/test/
nullary.cpp
105
void
testMatrixType
(const MatrixType& m)
119
CALL_SUBTEST_1(
testMatrixType
(Matrix2d()) );
120
CALL_SUBTEST_2(
testMatrixType
(MatrixXcf(internal::random<int>(1,300),internal::random<int>(1,300))) );
121
CALL_SUBTEST_3(
testMatrixType
(MatrixXf(internal::random<int>(1,300),internal::random<int>(1,300))) );
Completed in 70 milliseconds