#include <MIPMatrix.h>

Public Member Functions | |
| MIPMatrix (int r, int c, CanonicalMIPMatrix init=ZERO_MATRIX) | |
| MIPMatrix () | |
| MIPMatrix (const MIPMatrix &A) | |
| ~MIPMatrix () | |
| void | eq (MIPMatrix &A) |
| void | sum (MIPMatrix &A, MIPMatrix &B) |
| void | sub (MIPMatrix &A, MIPMatrix &B) |
| void | mul (MIPMatrix &A, MIPMatrix &B) |
| void | trans (MIPMatrix &A) |
| void | MinorMatrix (MIPMatrix &A, int row, int col) |
| Decimal | det22 (MIPMatrix &A) |
| Decimal | inv22 (MIPMatrix &A) |
| Decimal | det33 (MIPMatrix &A) |
| Decimal | inv33 (MIPMatrix &A) |
| Decimal | det44 (MIPMatrix &A) |
| Decimal | inv44 (MIPMatrix &A) |
| Decimal | det55 (MIPMatrix &A) |
| Decimal | inv55 (MIPMatrix &A) |
| MIPMatrix & | operator= (const MIPMatrix &A) |
| Decimal | GetMIPMatrixVal (int r, int c) |
| void | SetMIPMatrixVal (int r, int c, Decimal val) |
| void | printMIPMatrix () |
| string | print (bool sameLine=false) |
| void | printStat () |
Public Attributes | |
| int | rows |
| int | cols |
| Decimal ** | elms |
numero di righe
1.5.6