C# 클래스 YAMP.Numerics.DirectSolver

Abstract base class for any (direct) solver.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Solve ( MatrixValue b ) : MatrixValue

Solves the given system of linear equations for a source vector b.

메소드 상세

Solve() 공개 추상적인 메소드

Solves the given system of linear equations for a source vector b.
public abstract Solve ( MatrixValue b ) : MatrixValue
b YAMP.MatrixValue The vector b in A * x = b.
리턴 YAMP.MatrixValue