OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HessenbergDecomposition
(Results
1 - 11
of
11
) sorted by null
/external/eigen/doc/snippets/
HessenbergDecomposition_compute.cpp
2
HessenbergDecomposition
<MatrixXcf> hd(4);
HessenbergDecomposition_matrixH.cpp
3
HessenbergDecomposition
<MatrixXf> hessOfA(A);
HessenbergDecomposition_packedMatrix.cpp
3
HessenbergDecomposition
<Matrix4d> hessOfA(A);
/external/eigen/test/
hessenberg.cpp
21
HessenbergDecomposition
<MatrixType> hess(m);
34
HessenbergDecomposition
<MatrixType> cs1;
36
HessenbergDecomposition
<MatrixType> cs2(A);
43
HessenbergDecomposition
<MatrixType> hessUninitialized;
61
CALL_SUBTEST_6(
HessenbergDecomposition
<MatrixXf>(10));
nomalloc.cpp
133
Eigen::
HessenbergDecomposition
<ComplexMatrix> hessDecomp; hessDecomp.compute(complexA);
/external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h
30
* \class
HessenbergDecomposition
47
*
HessenbergDecomposition
(const MatrixType&) constructor which computes the
57
template<typename _MatrixType> class
HessenbergDecomposition
100
HessenbergDecomposition
(Index size = Size==Dynamic ? 2 : Size)
118
HessenbergDecomposition
(const MatrixType& matrix)
144
* This method reuses of the allocated data in the
HessenbergDecomposition
150
HessenbergDecomposition
& compute(const MatrixType& matrix)
168
* \pre Either the constructor
HessenbergDecomposition
(const MatrixType&)
179
eigen_assert(m_isInitialized && "
HessenbergDecomposition
is not initialized.");
188
* \pre Either the constructor
HessenbergDecomposition
(const MatrixType&
[
all
...]
ComplexSchur.h
15
#include "./
HessenbergDecomposition
.h"
173
*
HessenbergDecomposition
. The Hessenberg matrix is then reduced
204
HessenbergDecomposition
<MatrixType> m_hess;
RealSchur.h
14
#include "./
HessenbergDecomposition
.h"
154
* Hessenberg form using the class
HessenbergDecomposition
. The Hessenberg
187
HessenbergDecomposition
<MatrixType> m_hess;
/external/eigen/test/eigen2/
eigen2_qr.cpp
38
HessenbergDecomposition
<SquareMatrixType> hess(b);
/external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh
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 741 milliseconds