Method | Description | |
---|---|---|
InputGenericN ( string fileName ) : int | ||
InputGenericSparseMatrix ( string fileName, int _n ) : |
||
InputMatrix ( string fileName ) : |
||
InputVector ( string fileName ) : |
||
OutputGenericMatrix ( string fileName, |
||
OutputVector ( string fileName, |
Method | 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 | |
return | int |
public static InputGenericSparseMatrix ( string fileName, int _n ) : |
||
fileName | string | |
_n | int | |
return |
public static InputMatrix ( string fileName ) : |
||
fileName | string | |
return |
public static InputVector ( string fileName ) : |
||
fileName | string | |
return |
public static OutputGenericMatrix ( string fileName, |
||
fileName | string | |
matrix | ||
return | void |
public static OutputVector ( string fileName, |
||
fileName | string | |
vector | ||
useDots | bool | |
return | void |