Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
YAMP
Numerics
IterativeSolver
C# 클래스 YAMP.Numerics.IterativeSolver
The abstract base class for any iterative solver.
상속:
DirectSolver
파일 보기
프로젝트 열기: FlorianRappl/YAMP
공개 메소드들
메소드
설명
IterativeSolver
(
MatrixValue
A
) :
System
The matrix A that contains the description for a system of linear equations.
메소드 상세
IterativeSolver()
공개
메소드
The matrix A that contains the description for a system of linear equations.
public
IterativeSolver
(
MatrixValue
A
) :
System
A
YAMP.MatrixValue
The A in A * x = b.
리턴
System