OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActualMatrixType
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h
54
typedef Ref<const MatrixType>
ActualMatrixType
;
56
typedef typename
ActualMatrixType
::template ConstSelfAdjointViewReturnType<UpLo>::Type Type;
72
const
ActualMatrixType
& matrix() const
95
ActualMatrixType
m_matrix;
103
typedef MatrixType
ActualMatrixType
;
106
typedef
ActualMatrixType
Type;
121
const
ActualMatrixType
& matrix() const
132
const
ActualMatrixType
*mp_matrix;
367
typedef typename MatrixWrapper::
ActualMatrixType
ActualMatrixType
;
[
all
...]
ConjugateGradient.h
200
typedef typename Base::
ActualMatrixType
ActualMatrixType
;
207
typedef typename internal::conditional<TransposeInput,Transpose<const
ActualMatrixType
>,
ActualMatrixType
const&>::type RowMajorWrapper;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h
243
typedef typename Base::
ActualMatrixType
ActualMatrixType
;
250
typedef typename internal::conditional<TransposeInput,Transpose<const
ActualMatrixType
>,
ActualMatrixType
const&>::type RowMajorWrapper;
/external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h
42
typedef typename conditional<(MatrixType::Flags&LinearAccessBit),MatrixType const &,typename MatrixType::PlainObject>::type
ActualMatrixType
;
46
ActualMatrixType
matrix(mat);
174
typedef typename conditional<(MatrixType::Flags&LinearAccessBit),MatrixType const &,typename MatrixType::PlainObject>::type
ActualMatrixType
;
178
ActualMatrixType
matrix(mat);
Completed in 132 milliseconds