Метод | Описание | |
---|---|---|
InputGenericN ( string fileName ) : int | ||
InputGenericSparseMatrix ( string fileName, int _n ) : |
||
InputMatrix ( string fileName ) : |
||
InputVector ( string fileName ) : |
||
OutputGenericMatrix ( string fileName, |
||
OutputVector ( string fileName, |
Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public static InputGenericSparseMatrix ( string fileName, int _n ) : |
||
fileName | string | |
_n | int | |
Результат |
public static InputMatrix ( string fileName ) : |
||
fileName | string | |
Результат |
public static InputVector ( string fileName ) : |
||
fileName | string | |
Результат |
public static OutputGenericMatrix ( string fileName, |
||
fileName | string | |
matrix | ||
Результат | void |
public static OutputVector ( string fileName, |
||
fileName | string | |
vector | ||
useDots | bool | |
Результат | void |