MCPcopy Create free account
hub / github.com/PX4/eigen / innerVector

Method innerVector

Eigen/src/SparseCore/SparseBlock.h:333–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 */
332template<typename Derived>
333typename SparseMatrixBase<Derived>::InnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer)
334{ return InnerVectorReturnType(derived(), outer); }
335
336/** \returns the \a outer -th column (resp. row) of the matrix \c *this if \c *this
337 * is col-major (resp. row-major). Read-only.

Calls

no outgoing calls

Tested by

no test coverage detected