Home
last modified time | relevance | path

Searched defs:DenseMatrixType (Results 1 – 7 of 7) sorted by relevance

/external/eigen/test/
Dbandmatrix.cpp16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; in bandmatrix() typedef
/external/eigen/Eigen/src/Core/
DDiagonalMatrix.h36 …wsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef
DTriangularMatrix.h51 typedef typename internal::traits<Derived>::FullMatrixType DenseMatrixType; typedef
DBandMatrix.h34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef
DPermutationMatrix.h63 DenseMatrixType; typedef
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIDRS.h66 typedef Matrix<Scalar, Dynamic, Dynamic, ColMajor> DenseMatrixType; in idrs() typedef
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h138 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef