Searched refs:DenseMatrixType (Results 1 – 7 of 7) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 44 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());
|
D | BandMatrix.h | 34 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()
|
D | DiagonalMatrix.h | 36 …wsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef 37 typedef DenseMatrixType DenseType; 43 DenseMatrixType toDenseMatrix() const { return derived(); } in toDenseMatrix()
|
D | PermutationMatrix.h | 72 DenseMatrixType; typedef 130 DenseMatrixType toDenseMatrix() const in toDenseMatrix() 628 typedef typename Derived::DenseMatrixType DenseMatrixType; 658 DenseMatrixType toDenseMatrix() const { return *this; }
|
D | SelfAdjointView.h | 38 typedef typename MatrixType::PlainObject DenseMatrixType;
|
/external/eigen/test/ |
D | bandmatrix.cpp | 17 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; in bandmatrix() typedef 26 DenseMatrixType dm1(rows,cols); in bandmatrix()
|
D | sparse_product.cpp | 221 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()
|