MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / outerStride

Function outerStride

include/Eigen/src/Core/TriangularMatrix.h:318–318  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

316 /** \returns the outer-stride of the underlying dense matrix
317 * \sa DenseCoeffsBase::outerStride() */
318 EIGEN_DEVICE_FUNC inline Index outerStride() const { return derived().nestedExpression().outerStride(); }
319 /** \returns the inner-stride of the underlying dense matrix
320 * \sa DenseCoeffsBase::innerStride() */
321 EIGEN_DEVICE_FUNC inline Index innerStride() const { return derived().nestedExpression().innerStride(); }

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