C# Класс toop_project.InputOutput

Показать файл Открыть проект

Открытые методы

Метод Описание
InputGenericN ( string fileName ) : int
InputGenericSparseMatrix ( string fileName, int _n ) : BaseMatrix
InputMatrix ( string fileName ) : BaseMatrix
InputVector ( string fileName ) : Vector
OutputGenericMatrix ( string fileName, BaseMatrix matrix ) : void
OutputVector ( string fileName, Vector vector, bool useDots ) : void

Приватные методы

Метод Описание
InputBandMatrix ( string fileContent ) : BaseMatrix
InputDenseMatrix ( string fileContent ) : BaseMatrix
InputDiagonalMatrix ( string fileContent ) : BaseMatrix
InputSkylineMatrix ( string fileContent ) : BaseMatrix
InputSparseMatrix ( string fileContent ) : BaseMatrix
NormaliseIA ( int ia ) : void
ReadDouble ( StreamReader streamReader ) : double
ReadDouble ( StreamReader streamReader, int n ) : double[]
ReadInt ( StreamReader streamReader ) : int
ReadInt ( StreamReader streamReader, int n ) : int[]

Описание методов

InputGenericN() публичный статический Метод

public static InputGenericN ( string fileName ) : int
fileName string
Результат int

InputGenericSparseMatrix() публичный статический Метод

public static InputGenericSparseMatrix ( string fileName, int _n ) : BaseMatrix
fileName string
_n int
Результат toop_project.src.Matrix.BaseMatrix

InputMatrix() публичный статический Метод

public static InputMatrix ( string fileName ) : BaseMatrix
fileName string
Результат toop_project.src.Matrix.BaseMatrix

InputVector() публичный статический Метод

public static InputVector ( string fileName ) : Vector
fileName string
Результат toop_project.src.Vector_.Vector

OutputGenericMatrix() публичный статический Метод

public static OutputGenericMatrix ( string fileName, BaseMatrix matrix ) : void
fileName string
matrix toop_project.src.Matrix.BaseMatrix
Результат void

OutputVector() публичный статический Метод

public static OutputVector ( string fileName, Vector vector, bool useDots ) : void
fileName string
vector toop_project.src.Vector_.Vector
useDots bool
Результат void