Méthode | Description | |
---|---|---|
InputGenericN ( string fileName ) : int | ||
InputGenericSparseMatrix ( string fileName, int _n ) : |
||
InputMatrix ( string fileName ) : |
||
InputVector ( string fileName ) : |
||
OutputGenericMatrix ( string fileName, |
||
OutputVector ( string fileName, |
Méthode | Description | |
---|---|---|
InputBandMatrix ( string fileContent ) : |
||
InputDenseMatrix ( string fileContent ) : |
||
InputDiagonalMatrix ( string fileContent ) : |
||
InputSkylineMatrix ( string fileContent ) : |
||
InputSparseMatrix ( string fileContent ) : |
||
NormaliseIA ( int ia ) : void | ||
ReadDouble ( |
||
ReadDouble ( |
||
ReadInt ( |
||
ReadInt ( |
public static InputGenericN ( string fileName ) : int | ||
fileName | string | |
Résultat | int |
public static InputGenericSparseMatrix ( string fileName, int _n ) : |
||
fileName | string | |
_n | int | |
Résultat |
public static InputMatrix ( string fileName ) : |
||
fileName | string | |
Résultat |
public static InputVector ( string fileName ) : |
||
fileName | string | |
Résultat |
public static OutputGenericMatrix ( string fileName, |
||
fileName | string | |
matrix | ||
Résultat | void |
public static OutputVector ( string fileName, |
||
fileName | string | |
vector | ||
useDots | bool | |
Résultat | void |