MCPcopy Create free account
hub / github.com/Derious/cuMPC / outerStride

Function outerStride

dependence/eigen-3.4.0/Eigen/src/Core/TriangularMatrix.h:371–372  ·  view source on GitHub ↗

\returns the outer-stride of the underlying dense matrix * \sa DenseCoeffsBase::outerStride() */

Source from the content-addressed store, hash-verified

369 /** \returns the outer-stride of the underlying dense matrix
370 * \sa DenseCoeffsBase::outerStride() */
371 EIGEN_DEVICE_FUNC
372 inline Index outerStride() const { return derived().nestedExpression().outerStride(); }
373 /** \returns the inner-stride of the underlying dense matrix
374 * \sa DenseCoeffsBase::innerStride() */
375 EIGEN_DEVICE_FUNC

Callers 6

strideMethod · 0.85
rowStrideMethod · 0.85
colStrideMethod · 0.85
rowStrideMethod · 0.85
colStrideMethod · 0.85

Calls 2

nestedExpressionMethod · 0.80
outerStrideMethod · 0.45

Tested by

no test coverage detected