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

Method toDense

Eigen/src/SparseCore/SparseMatrixBase.h:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 const ConstInnerVectorsReturnType innerVectors(Index outerStart, Index outerSize) const;
364
365 DenseMatrixType toDense() const
366 {
367 return DenseMatrixType(derived());
368 }
369
370 template<typename OtherDerived>
371 bool isApprox(const SparseMatrixBase<OtherDerived>& other,

Callers 8

sparse_vectorFunction · 0.45
call_ref_1Function · 0.45
call_ref_2Function · 0.45
call_ref_3Function · 0.45
call_ref_4Function · 0.45
call_ref_5Function · 0.45
sparse_solversFunction · 0.45
test_relative_errorFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_relative_errorFunction · 0.36