A structure represents the result of Gaussian elimination. More...
#include <Matrix.hpp>
Public Attributes | |
vector< int > | pivotcol |
A vector contains the indices of pivot columns (zero based). | |
vector< int > | freecol |
A vector contains the indices of free variable columns (zero based). | |
Matrix | coef_mat |
The eliminated coefficient matrix. | |
A structure represents the result of Gaussian elimination.
Definition at line 271 of file Matrix.hpp.