リサイズはクリックかドラッグ

SparseMatrixSolveLinearEquation メソッド

連立一次方程式Ax=bの解xを出力する

名前空間:  Popolo.Numerics.MatrixOperation
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
public void SolveLinearEquation(
	IVector vecB,
	ref IVector vecX
)

パラメーター

vecB
型: Popolo.Numerics.MatrixOperationIVector
右辺ベクトルb
vecX
型: Popolo.Numerics.MatrixOperationIVector
出力:変数ベクトルx
関連項目