Searched refs:DenseMatrixType (Results 1 - 7 of 7) sorted by relevance

/external/eigen/test/
H A Dbandmatrix.cpp17 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; typedef
26 DenseMatrixType dm1(rows,cols);
H A Dsparse_product.cpp174 template<typename SparseMatrixType, typename DenseMatrixType> void sparse_product_regression_test()
178 DenseMatrixType m2(2,2);
182 DenseMatrixType m3 = sm1*m2;
190 DenseMatrixType m4(sm2*m2);
/external/eigen/Eigen/src/Core/
H A DTriangularMatrix.h44 typedef typename internal::traits<Derived>::DenseMatrixType DenseMatrixType; typedef in class:Eigen::TriangularBase
45 typedef DenseMatrixType DenseType;
86 DenseMatrixType toDenseMatrix() const
88 DenseMatrixType res(rows(), cols());
144 typedef typename MatrixType::PlainObject DenseMatrixType; typedef in struct:Eigen::internal::traits
167 typedef typename internal::traits<TriangularView>::DenseMatrixType DenseMatrixType; typedef in class:Eigen::TriangularView
168 typedef DenseMatrixType PlainObject;
303 typedef typename TriangularView<MatrixType,Mode>::DenseMatrixType DenseMatrixTyp typedef in struct:Eigen::TriangularView::eigen2_product_return_type
[all...]
H A DDiagonalMatrix.h35 typedef Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef in class:Eigen::DiagonalBase
36 typedef DenseMatrixType DenseType;
42 DenseMatrixType toDenseMatrix() const { return derived(); }
H A DBandMatrix.h34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef in class:Eigen::internal::BandMatrixBase
35 typedef typename DenseMatrixType::Index Index;
145 DenseMatrixType toDenseMatrix() const
147 DenseMatrixType res(rows(),cols());
H A DPermutationMatrix.h72 DenseMatrixType; typedef in class:Eigen::PermutationBase
130 DenseMatrixType toDenseMatrix() const
623 typedef typename Derived::DenseMatrixType DenseMatrixType; typedef in class:Eigen::Transpose
653 DenseMatrixType toDenseMatrix() const { return *this; }
H A DSelfAdjointView.h38 typedef typename MatrixType::PlainObject DenseMatrixType; typedef in struct:Eigen::internal::traits

Completed in 388 milliseconds