|
Matrix Utilities |
Top Previous Next |
|
GAMS includes a set of matrix utilities. They are
All of these require use of a GDX file to first pass the data to the utility than to being back the result.
All make the assumption that the matrix to be worked on is of the form a(i,i) ie that the row and column index sets are the same. This is not typically the case for matrix inversion and an alternative inversion routine is given in inverse2.gms.
|