OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:packedMatrix
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h
175
* \sa
packedMatrix
(), \ref Householder_Module "Householder module"
212
const MatrixType&
packedMatrix
() const
250
* constructed from the packed matrix as returned by
packedMatrix
(): The
258
* \sa matrixQ(),
packedMatrix
()
289
* \sa
packedMatrix
()
356
result = m_hess.
packedMatrix
();
362
Index rows() const { return m_hess.
packedMatrix
().rows(); }
363
Index cols() const { return m_hess.
packedMatrix
().cols(); }
Tridiagonalization.h
178
* \sa
packedMatrix
(), \ref Householder_Module "Householder module"
217
inline const MatrixType&
packedMatrix
() const
261
* matrixQ(),
packedMatrix
(), diagonal(), subDiagonal()
343
* \sa Tridiagonalization::
packedMatrix
()
Completed in 4584 milliseconds