OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lu_non_invertible
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_lu.cpp
35
template<typename MatrixType> void
lu_non_invertible
()
function
113
CALL_SUBTEST_1(
lu_non_invertible
<MatrixXf>() );
114
CALL_SUBTEST_2(
lu_non_invertible
<MatrixXd>() );
115
CALL_SUBTEST_3(
lu_non_invertible
<MatrixXcf>() );
116
CALL_SUBTEST_4(
lu_non_invertible
<MatrixXcd>() );
/external/eigen/test/
lu.cpp
14
template<typename MatrixType> void
lu_non_invertible
()
function
179
CALL_SUBTEST_1(
lu_non_invertible
<Matrix3f>() );
183
CALL_SUBTEST_2( (
lu_non_invertible
<Matrix<double, 4, 6> >()) );
186
CALL_SUBTEST_3(
lu_non_invertible
<MatrixXf>() );
190
CALL_SUBTEST_4(
lu_non_invertible
<MatrixXd>() );
195
CALL_SUBTEST_5(
lu_non_invertible
<MatrixXcf>() );
199
CALL_SUBTEST_6(
lu_non_invertible
<MatrixXcd>() );
204
CALL_SUBTEST_7((
lu_non_invertible
<Matrix<float,Dynamic,16> >() ));
Completed in 58 milliseconds