C# 클래스 toop_project.InputOutput

파일 보기 프로젝트 열기: ProjectSun/toop-project

공개 메소드들

메소드 설명
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