C# Класс anonymous.InputOutput

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
debug bool
points ZedGraph.PointPairList

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

Метод Описание
InputMatrix ( string FileName, int &n, double &Plot ) : bool
InputMatrix ( string FileName, int &n, int &ia, double &al, double &au, double &diag ) : bool
InputMatrix ( string FileName, int &n, int &ia, int &ja, double &al, double &au, double &diag ) : bool
InputVector ( string FileName, int &n, double &vector ) : bool
OutputIteration ( string filename, int number_it, double residual, double vector ) : bool
OutputIterationToForm ( int it, double residual, int maxiter, bool last ) : bool
OutputVector ( string filename, Vector vector ) : bool
OutputVector ( string filename, double vector ) : bool

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

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

public static InputMatrix ( string FileName, int &n, double &Plot ) : bool
FileName string
n int
Plot double
Результат bool

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

public static InputMatrix ( string FileName, int &n, int &ia, double &al, double &au, double &diag ) : bool
FileName string
n int
ia int
al double
au double
diag double
Результат bool

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

public static InputMatrix ( string FileName, int &n, int &ia, int &ja, double &al, double &au, double &diag ) : bool
FileName string
n int
ia int
ja int
al double
au double
diag double
Результат bool

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

public static InputVector ( string FileName, int &n, double &vector ) : bool
FileName string
n int
vector double
Результат bool

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

public static OutputIteration ( string filename, int number_it, double residual, double vector ) : bool
filename string
number_it int
residual double
vector double
Результат bool

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

public static OutputIterationToForm ( int it, double residual, int maxiter, bool last ) : bool
it int
residual double
maxiter int
last bool
Результат bool

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

public static OutputVector ( string filename, Vector vector ) : bool
filename string
vector Vector
Результат bool

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

public static OutputVector ( string filename, double vector ) : bool
filename string
vector double
Результат bool

Описание свойств

debug публичное статическое свойство

public static bool debug
Результат bool

points публичное статическое свойство

public static PointPairList,ZedGraph points
Результат ZedGraph.PointPairList