mathkit  2.0
 All Classes Namespaces Functions Variables Typedefs
Public Attributes | List of all members
mathkit::Elim Struct Reference

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.
 

Detailed Description

A structure represents the result of Gaussian elimination.

Definition at line 271 of file Matrix.hpp.


The documentation for this struct was generated from the following file: