Sparse, fast Gauss Jordan elimination. More...
#include <stdlib.h>#include <vector>Go to the source code of this file.
Namespaces | |
| opengv | |
| The namespace of this library. | |
| opengv::math | |
| The namespace of the math tools. | |
Functions | |
| void | opengv::math::gauss_jordan (std::vector< std::vector< double > * > &matrix, int exitCondition=0) |
| Sparse, fast Gauss Jordan elimination on matrices with a left square invertible block. More... | |
Sparse, fast Gauss Jordan elimination.