Home
last modified time | relevance | path

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

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