OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isInjective
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/LU/
FullPivLU.h
325
inline bool
isInjective
() const
353
return
isInjective
() && (m_lu.rows() == m_lu.cols());
/external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h
251
inline bool
isInjective
() const
279
return
isInjective
() && isSurjective();
FullPivHouseholderQR.h
248
inline bool
isInjective
() const
276
return
isInjective
() && isSurjective();
Completed in 70 milliseconds