프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public src.Preconditioner.Type PreconditionerType | ||
리턴 | src.Preconditioner.Type |