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

  /external/eigen/test/
bandmatrix.cpp 17 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType;
26 DenseMatrixType dm1(rows,cols);
  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 38 typedef typename MatrixType::PlainObject DenseMatrixType;
BandMatrix.h 34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType;
35 typedef typename DenseMatrixType::Index Index;
145 DenseMatrixType toDenseMatrix() const
147 DenseMatrixType res(rows(),cols());
DiagonalMatrix.h 36 typedef Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType;
37 typedef DenseMatrixType DenseType;
43 DenseMatrixType toDenseMatrix() const { return derived(); }
PermutationMatrix.h 72 DenseMatrixType;
130 DenseMatrixType toDenseMatrix() const
628 typedef typename Derived::DenseMatrixType DenseMatrixType;
658 DenseMatrixType toDenseMatrix() const { return *this; }
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...]

Completed in 614 milliseconds