Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ valuePtr
Method
valuePtr
Eigen/src/SparseCore/SparseBlock.h:219–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
inline const Scalar* valuePtr() const
220
{ return m_matrix.valuePtr(); }
221
inline Scalar* valuePtr()
222
{ return m_matrix.valuePtr(); }
223
Callers
1
sparse_matrix_block_impl
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected