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

Method size

unsupported/Eigen/src/AutoDiff/AutoDiffVector.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 const CoeffType coeffRef(Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); }
60
61 Index size() const { return m_values.size(); }
62
63 // FIXME here we could return an expression of the sum
64 Scalar sum() const { /*std::cerr << "sum \n\n";*/ /*std::cerr << m_jacobian.rowwise().sum() << "\n\n";*/ return Scalar(m_values.sum(), m_jacobian.rowwise().sum()); }

Callers 15

covarFunction · 0.45
lmpar2Function · 0.45
minimizeOneStepMethod · 0.45
minimizeInitMethod · 0.45
lmder1Method · 0.45
lmdif1Method · 0.45
AutoDiffScalarMethod · 0.45
AutoDiffScalarClass · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected