Home
last modified time | relevance | path

Searched defs:DenseMatrixType (Results 1 – 6 of 6) 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/Eigen/src/SparseCore/
DSparseMatrixBase.h133 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef