Template Function Sophus::setElementAt

Function Documentation

template<class T, class Scalar>
void Sophus::setElementAt(T &p, Scalar value, int i)

Sets ith component of p to value, with p being a matrix or a scalar. If p is a scalar, i must be 0.