#include <matrix.h>
Public Methods | |
| Matrix (int zSz=3, int sSz=-1, Zahl diag=1, Zahl other=0) | |
| Matrix (Matrix &x) | |
| ~Matrix () | |
| Zahl | Get (const int i, const int j) |
| Zahl | Set (int i, int j, const Zahl val) |
| int | GetSize (void) |
| int | GetZSize (void) |
| int | GetSSize (void) |
| bool | Quadratic (void) |
| bool | TauscheZeilen (int n, int m) |
| bool | TauscheSpalten (int n, int m) |
| Zahl | Det () |
Protected Methods | |
| bool | AllocMxMem (int zSz, int sSz) |
| bool | FreeMxMem () |
| int | GetBestPivot (int Col) |
Protected Attributes | |
| Zahl* | Elements |
| int | zSize |
| int | sSize |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.7 written by Dimitri van Heesch,
© 1997-2001