Popolo
Popolo
名前空間
Popolo.Numerics.MatrixOperation
LinearAlgebra クラス
LinearAlgebra メソッド
Add メソッド
FAndBSubstitute メソッド
GetInverse メソッド
HouseholderTransform メソッド
LeastSquareFit メソッド
LUDecompose メソッド
Multiplicate メソッド
SolveLinearEquations メソッド
SolveTridiagonalMatrix メソッド
LinearAlgebra
FAndBSubstitute メソッド
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.MatrixOperation
IMatrix
LU分解済の行列
perm
型:
System
Int32
置換ベクトル
b
型:
Popolo.Numerics.MatrixOperation
IVector
bベクトル:解が上書きされる
関連項目
参照
LinearAlgebra クラス
Popolo.Numerics.MatrixOperation 名前空間