OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packedMatrix
(Results
1 - 7
of
7
) sorted by null
/external/eigen/doc/snippets/
Tridiagonalization_packedMatrix.cpp
5
Matrix4d pm = triOfA.
packedMatrix
();
HessenbergDecomposition_packedMatrix.cpp
4
Matrix4d pm = hessOfA.
packedMatrix
();
/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
()
/external/eigen/test/
hessenberg.cpp
47
VERIFY_RAISES_ASSERT( hessUninitialized.
packedMatrix
() );
49
// TODO: Add tests for
packedMatrix
() and householderCoefficients()
/external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh
157
C = Tridiagonalization<gene_matrix>(X).
packedMatrix
();
161
C = HessenbergDecomposition<gene_matrix>(X).
packedMatrix
();
/external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh
233
C = HessenbergDecomposition<gene_matrix>(X).
packedMatrix
();
Completed in 220 milliseconds