|
| Matrix (Index, Index) |
|
| Matrix (Index, Index, Real *) |
|
| Matrix (Matrix &) |
|
| ~Matrix () |
|
Real & | operator() (Index i, Index j) |
|
Matrix & | operator= (Matrix &) |
|
Matrix & | Permute (Matrix &A, Permutation &rowP, Permutation &colP) |
|
Matrix & | PermuteBack (Matrix &A, Permutation &rowP, Permutation &colP) |
|
| Matrix (Index, Index) |
|
| Matrix (Index, Index, Real *) |
|
| Matrix (Matrix &) |
|
| ~Matrix () |
|
Real & | operator() (Index i, Index j) |
|
Matrix & | operator= (Matrix &) |
|
Matrix & | Permute (Matrix &A, Permutation &rowP, Permutation &colP) |
|
Matrix & | PermuteBack (Matrix &A, Permutation &rowP, Permutation &colP) |
|