OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatrixUType
(Results
1 - 5
of
5
) sorted by null
/external/eigen/Eigen/src/SVD/
SVDBase.h
67
typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime, MatrixOptions, MaxRowsAtCompileTime, MaxRowsAtCompileTime>
MatrixUType
;
83
const
MatrixUType
& matrixU() const
229
MatrixUType
m_matrixU;
JacobiSVD.h
506
typedef typename Base::
MatrixUType
MatrixUType
;
[
all
...]
BDCSVD.h
90
typedef typename Base::
MatrixUType
MatrixUType
;
[
all
...]
/external/eigen/Eigen/src/SparseLU/
SparseLU.h
19
template <typename MatrixLType, typename
MatrixUType
> struct SparseLUMatrixUReturnType;
719
template<typename MatrixLType, typename
MatrixUType
>
723
SparseLUMatrixUReturnType(const MatrixLType& mapL, const
MatrixUType
& mapU)
759
typename
MatrixUType
::InnerIterator it(m_mapU, jcol);
770
const
MatrixUType
& m_mapU;
/external/eigen/test/
svd_common.h
37
typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime>
MatrixUType
;
42
MatrixUType
u = svd.matrixU();
Completed in 5249 milliseconds