Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PERF: Use
vnl_sparse_matrix::get
in ComputeJacobianTerms
`vnl_sparse_matrix::get(r, c)` just returns when the entry isn't there, and it returns immediately when the row is empty. A performance improvement may not be noticeable, but it won't harm.
- Loading branch information