MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / innerVector

Method innerVector

Externals/eigen/Eigen/src/SparseCore/SparseBlock.h:252–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 */
251template<typename Derived>
252typename SparseMatrixBase<Derived>::InnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer)
253{ return InnerVectorReturnType(derived(), outer); }
254
255/** \returns the \a outer -th column (resp. row) of the matrix \c *this if \c *this
256 * is col-major (resp. row-major). Read-only.

Calls

no outgoing calls

Tested by

no test coverage detected