OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jacobisvd_compare_to_full
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/
jacobisvd.cpp
44
void
jacobisvd_compare_to_full
(const MatrixType& m,
function
187
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, ComputeFullU, fullSvd) ));
188
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, ComputeFullV, fullSvd) ));
189
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, 0, fullSvd) ));
193
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, ComputeFullU|ComputeThinV, fullSvd) ));
194
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, ComputeThinV, fullSvd) ));
195
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, ComputeThinU|ComputeFullV, fullSvd) ));
196
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, ComputeThinU , fullSvd) ));
197
CALL_SUBTEST((
jacobisvd_compare_to_full
(m, ComputeThinU|ComputeThinV, fullSvd) ));
/external/eigen/unsupported/test/
jacobisvd.cpp
20
void
jacobisvd_compare_to_full
(const MatrixType& m,
function
Completed in 1759 milliseconds