Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ isCompressed
Method
isCompressed
Eigen/src/SparseCore/SparseBlock.h:239–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
{ return isCompressed() ? 0 : (m_matrix.innerNonZeroPtr()+m_outerStart); }
238
239
bool isCompressed() const { return m_matrix.innerNonZeroPtr()==0; }
240
241
inline Scalar& coeffRef(Index row, Index col)
242
{
Callers
13
analyzePattern
Method · 0.45
factorize
Method · 0.45
operator()
Method · 0.45
sparse_matrix_block_impl
Class · 0.45
SparseMatrix
Class · 0.45
Ref
Function · 0.45
construct
Method · 0.45
sum
Method · 0.45
viewAsCholmod
Function · 0.45
analyzePattern
Method · 0.45
sparse_basic
Function · 0.45
call_ref_3
Function · 0.45
Calls
1
innerNonZeroPtr
Method · 0.45
Tested by
no test coverage detected