C# 클래스 anonymous.InputOutput

파일 보기 프로젝트 열기: anonymous-fami/anonymous 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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