HomeSort by relevance Sort by last modified time
    Searched refs:DenseMatrixType (Results 1 - 7 of 7) sorted by null

  /external/eigen/test/
bandmatrix.cpp 17 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType;
26 DenseMatrixType dm1(rows,cols);
sparse_product.cpp 221 template<typename SparseMatrixType, typename DenseMatrixType> void sparse_product_regression_test()
225 DenseMatrixType m2(2,2);
229 DenseMatrixType m3 = sm1*m2;
237 DenseMatrixType m4(sm2*m2);
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 44 typedef typename internal::traits<Derived>::DenseMatrixType DenseMatrixType;
45 typedef DenseMatrixType DenseType;
86 DenseMatrixType toDenseMatrix() const
88 DenseMatrixType res(rows(), cols());
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
    [all...]
DiagonalMatrix.h 36 typedef Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType;
37 typedef DenseMatrixType DenseType;
43 DenseMatrixType toDenseMatrix() const { return derived(); }
BandMatrix.h 34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType;
35 typedef typename DenseMatrixType::Index Index;
145 DenseMatrixType toDenseMatrix() const
147 DenseMatrixType res(rows(),cols());
PermutationMatrix.h 72 DenseMatrixType;
130 DenseMatrixType toDenseMatrix() const
625 typedef typename Derived::DenseMatrixType DenseMatrixType;
655 DenseMatrixType toDenseMatrix() const { return *this; }
SelfAdjointView.h 38 typedef typename MatrixType::PlainObject DenseMatrixType;

Completed in 308 milliseconds