Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DTriangularMatrix.h44 typedef typename internal::traits<Derived>::DenseMatrixType DenseMatrixType; typedef
45 typedef DenseMatrixType DenseType;
86 DenseMatrixType toDenseMatrix() const in toDenseMatrix()
88 DenseMatrixType res(rows(), cols()); in toDenseMatrix()
144 typedef typename MatrixType::PlainObject DenseMatrixType;
167 typedef typename internal::traits<TriangularView>::DenseMatrixType DenseMatrixType;
168 typedef DenseMatrixType PlainObject;
303 typedef typename TriangularView<MatrixType,Mode>::DenseMatrixType DenseMatrixType;
305 typedef typename ProductReturnType<DenseMatrixType, OtherPlainObject>::Type ProdRetType;
645 typename OtherDerived::DenseMatrixType other_evaluated(other.rows(), other.cols());
DBandMatrix.h34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef
35 typedef typename DenseMatrixType::Index Index;
145 DenseMatrixType toDenseMatrix() const in toDenseMatrix()
147 DenseMatrixType res(rows(),cols()); in toDenseMatrix()
DDiagonalMatrix.h36 …wsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef
37 typedef DenseMatrixType DenseType;
43 DenseMatrixType toDenseMatrix() const { return derived(); } in toDenseMatrix()
DPermutationMatrix.h72 DenseMatrixType; typedef
130 DenseMatrixType toDenseMatrix() const in toDenseMatrix()
628 typedef typename Derived::DenseMatrixType DenseMatrixType;
658 DenseMatrixType toDenseMatrix() const { return *this; }
DSelfAdjointView.h38 typedef typename MatrixType::PlainObject DenseMatrixType;
/external/eigen/test/
Dbandmatrix.cpp17 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; in bandmatrix() typedef
26 DenseMatrixType dm1(rows,cols); in bandmatrix()
Dsparse_product.cpp221 template<typename SparseMatrixType, typename DenseMatrixType> void sparse_product_regression_test() in sparse_product_regression_test()
225 DenseMatrixType m2(2,2); in sparse_product_regression_test()
229 DenseMatrixType m3 = sm1*m2; in sparse_product_regression_test()
237 DenseMatrixType m4(sm2*m2); in sparse_product_regression_test()