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

Method valuePtr

unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h:864–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862 inline Index nonZeros() const { return m_nonzeros; }
863
864 inline BlockScalarReturnType *valuePtr() {return static_cast<BlockScalarReturnType *>(m_values);}
865// inline Scalar *valuePtr(){ return m_values; }
866 inline StorageIndex *innerIndexPtr() {return m_indices; }
867 inline const StorageIndex *innerIndexPtr() const {return m_indices; }

Callers 1

~RandomSetterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected