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
177
* \sa
packedMatrix
(), \ref Householder_Module "Householder module"
214
const MatrixType&
packedMatrix
() const
252
* constructed from the packed matrix as returned by
packedMatrix
(): The
260
* \sa matrixQ(),
packedMatrix
()
291
* \sa
packedMatrix
()
357
result = m_hess.
packedMatrix
();
363
Index rows() const { return m_hess.
packedMatrix
().rows(); }
364
Index cols() const { return m_hess.
packedMatrix
().cols(); }
Tridiagonalization.h
180
* \sa
packedMatrix
(), \ref Householder_Module "Householder module"
219
inline const MatrixType&
packedMatrix
() const
263
* matrixQ(),
packedMatrix
(), diagonal(), subDiagonal()
344
* \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 2177 milliseconds