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

  /external/eigen/Eigen/src/Core/
DiagonalMatrix.h 21 typedef typename internal::traits<Derived>::DiagonalVectorType DiagonalVectorType;
22 typedef typename DiagonalVectorType::Scalar Scalar;
27 RowsAtCompileTime = DiagonalVectorType::SizeAtCompileTime,
28 ColsAtCompileTime = DiagonalVectorType::SizeAtCompileTime,
29 MaxRowsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime,
30 MaxColsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime,
37 typedef DiagonalMatrix<Scalar,DiagonalVectorType::SizeAtCompileTime,DiagonalVectorType::MaxSizeAtCompileTime> PlainObject;
52 inline const DiagonalVectorType& diagonal() const { return derived().diagonal();
    [all...]
DiagonalProduct.h 37 CoeffReadCost = NumTraits<Scalar>::MulCost + MatrixType::CoeffReadCost + DiagonalType::DiagonalVectorType::CoeffReadCost
  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 122 typename Lhs::DiagonalVectorType>::InnerIterator
127 typename Lhs::DiagonalVectorType>::InnerIterator Base;
156 Transpose<const typename Rhs::DiagonalVectorType> >::InnerIterator
161 Transpose<const typename Rhs::DiagonalVectorType> >::InnerIterator Base;

Completed in 63 milliseconds