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

Method coeffRef

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

Source from the content-addressed store, hash-verified

56 const CoeffType operator() (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); }
57
58 CoeffType coeffRef(Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); }
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(); }

Callers 15

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
toRotationMatrixMethod · 0.45
QuaternionBaseClass · 0.45
toRotationMatrixMethod · 0.45
runMethod · 0.45
runMethod · 0.45
_solve_implMethod · 0.45

Calls 1

colMethod · 0.45

Tested by 12

test_incomplete_choleskyFunction · 0.36
test_sparse_basicFunction · 0.36
test_random_setterFunction · 0.36
sparse_extraFunction · 0.36
test_map_as_indexFunction · 0.36
test_matrix_as_indexFunction · 0.36
test_varlist_as_indexFunction · 0.36
test_sizes_as_indexFunction · 0.36
test_simple_lvalue_refFunction · 0.36
test_coeff_refFunction · 0.36
runMethod · 0.36
test_kronecker_productFunction · 0.36