OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m1image
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_lu.cpp
54
typename LU<MatrixType>::ImageResultType
m1image
= lu.image();
local
62
VERIFY(
m1image
.lu().rank() == rank);
63
MatrixType sidebyside(m1.rows(), m1.cols() +
m1image
.cols());
64
sidebyside << m1,
m1image
;
local
/external/eigen/test/
lu.cpp
78
ImageMatrixType
m1image
= lu.image(m1);
local
87
VERIFY(
m1image
.fullPivLu().rank() == rank);
88
VERIFY_IS_APPROX(m1 * m1.adjoint() *
m1image
,
m1image
);
Completed in 300 milliseconds