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

Method isCompressed

Eigen/src/SparseCore/SparseCompressedBase.h:107–107  ·  view source on GitHub ↗

\returns whether \c *this is in compressed form. */

Source from the content-addressed store, hash-verified

105
106 /** \returns whether \c *this is in compressed form. */
107 inline bool isCompressed() const { return innerNonZeroPtr()==0; }
108
109 /** \returns a read-only view of the stored coefficients as a 1D array expression.
110 *

Callers 3

InnerIteratorMethod · 0.45
ReverseInnerIteratorMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected