36 #ifndef OPENGV_GAUSS_JORDAN_HPP_ 37 #define OPENGV_GAUSS_JORDAN_HPP_ 61 std::vector<std::vector<double>*> & matrix,
62 int exitCondition = 0 );
The namespace of this library.
Definition: AbsoluteAdapterBase.hpp:47
void gauss_jordan(std::vector< std::vector< double > * > &matrix, int exitCondition=0)
Sparse, fast Gauss Jordan elimination on matrices with a left square invertible block.