リサイズはクリックかドラッグ
LinearAlgebraFAndBSubstitute メソッド
LU行列にもとづき前進・後退代入処理を行う

名前空間:  Popolo.Numerics.MatrixOperation
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
public static void FAndBSubstitute(
	IMatrix luMatrix,
	int[] perm,
	ref IVector b
)

パラメーター

luMatrix
型: Popolo.Numerics.MatrixOperationIMatrix
LU分解済の行列
perm
型: SystemInt32
置換ベクトル
b
型: Popolo.Numerics.MatrixOperationIVector
bベクトル:解が上書きされる
関連項目