C# 클래스 toop_project.src.Slae.SLAE

파일 보기 프로젝트 열기: ProjectSun/toop-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Initial src.Vector_.Vector
MGMRES int
Matrix src.Matrix.BaseMatrix
MaxIter int
MinResidual double
PreconditionerType src.Preconditioner.Type
Relaxation double
Result src.Vector_.Vector
Right src.Vector_.Vector
Solver src.Solver.ISolver

공개 메소드들

메소드 설명
CanBeComputed ( ) : bool
SLAE ( src igui ) : System
Solve ( ) : void

비공개 메소드들

메소드 설명
GenerateParameters ( src type, int maxIter, double eps, double relaxation = 1, int mGMRES = 5 ) : src.Solver.ISolverParametrs
GeneratePreconditioner ( src type, System.Matrix matrix ) : src.Preconditioner.IPreconditioner

메소드 상세

CanBeComputed() 공개 메소드

public CanBeComputed ( ) : bool
리턴 bool

SLAE() 공개 메소드

public SLAE ( src igui ) : System
igui src
리턴 System

Solve() 공개 메소드

public Solve ( ) : void
리턴 void

프로퍼티 상세

Initial 공개적으로 프로퍼티

public src.Vector_.Vector Initial
리턴 src.Vector_.Vector

MGMRES 공개적으로 프로퍼티

public int MGMRES
리턴 int

Matrix 공개적으로 프로퍼티

public src.Matrix.BaseMatrix Matrix
리턴 src.Matrix.BaseMatrix

MaxIter 공개적으로 프로퍼티

public int MaxIter
리턴 int

MinResidual 공개적으로 프로퍼티

public double MinResidual
리턴 double

PreconditionerType 공개적으로 프로퍼티

public src.Preconditioner.Type PreconditionerType
리턴 src.Preconditioner.Type

Relaxation 공개적으로 프로퍼티

public double Relaxation
리턴 double

Result 공개적으로 프로퍼티

public src.Vector_.Vector Result
리턴 src.Vector_.Vector

Right 공개적으로 프로퍼티

public src.Vector_.Vector Right
리턴 src.Vector_.Vector

Solver 공개적으로 프로퍼티

public src.Solver.ISolver Solver
리턴 src.Solver.ISolver