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

Method assignCoeff

Eigen/src/Core/TriangularMatrix.h:758–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756
757#ifdef EIGEN_INTERNAL_DEBUGGING
758 EIGEN_DEVICE_FUNC void assignCoeff(Index row, Index col)
759 {
760 eigen_internal_assert(row!=col);
761 Base::assignCoeff(row,col);
762 }
763#else
764 using Base::assignCoeff;
765#endif

Callers 4

assignDiagonalCoeffMethod · 0.45
assignOppositeCoeffMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

assignCoeffFunction · 0.85

Tested by

no test coverage detected