OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoeffVectorType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h
82
typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1>
CoeffVectorType
;
85
typedef HouseholderSequence<MatrixType,typename internal::remove_all<typename
CoeffVectorType
::ConjugateReturnType>::type> HouseholderSequenceType;
177
const
CoeffVectorType
& householderCoefficients() const
270
static void _compute(MatrixType& matA,
CoeffVectorType
& hCoeffs, VectorType& temp);
274
CoeffVectorType
m_hCoeffs;
292
void HessenbergDecomposition<MatrixType>::_compute(MatrixType& matA,
CoeffVectorType
& hCoeffs, VectorType& temp)
Tridiagonalization.h
25
template<typename MatrixType, typename
CoeffVectorType
>
26
void tridiagonalization_inplace(MatrixType& matA,
CoeffVectorType
& hCoeffs);
80
typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1>
CoeffVectorType
;
99
typedef HouseholderSequence<MatrixType,typename internal::remove_all<typename
CoeffVectorType
::ConjugateReturnType>::type> HouseholderSequenceType;
180
inline
CoeffVectorType
householderCoefficients() const
299
CoeffVectorType
m_hCoeffs;
345
template<typename MatrixType, typename
CoeffVectorType
>
346
void tridiagonalization_inplace(MatrixType& matA,
CoeffVectorType
& hCoeffs)
439
typedef typename Tridiagonalization<MatrixType>::
CoeffVectorType
CoeffVectorType
;
[
all
...]
/external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh
227
typename Tridiagonalization<gene_matrix>::
CoeffVectorType
aux(N-1);
Completed in 302 milliseconds