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

  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 77 Index subcols = cols>0 ? l2/(4 * sizeof(Scalar) * otherStride) : 0; local
78 subcols = std::max<Index>((subcols/Traits::nr)*Traits::nr, Traits::nr);
99 for(Index j2=0; j2<cols; j2+=subcols)
101 Index actual_cols = (std::min)(cols-j2,subcols);
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 406 SparseInnerVectorSet<Derived,Dynamic> subcols(Index start, Index size);
407 const SparseInnerVectorSet<Derived,Dynamic> subcols(Index start, Index size) const;

Completed in 125 milliseconds