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

LinearAlgebraSolveLinearEquations メソッド

連立一次方程式[A][x]=[b]を解く

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

パラメーター

aMatrix
型: Popolo.Numerics.MatrixOperationIMatrix
係数行列[A]
bVector
型: Popolo.Numerics.MatrixOperationIVector
入力:ベクトル[b]、出力:ベクトル[x]
関連項目