Popolo
Popolo
名前空間
Popolo.Numerics.MatrixOperation
LinearAlgebra クラス
LinearAlgebra メソッド
Add メソッド
FAndBSubstitute メソッド
GetInverse メソッド
HouseholderTransform メソッド
LeastSquareFit メソッド
LUDecompose メソッド
Multiplicate メソッド
SolveLinearEquations メソッド
SolveTridiagonalMatrix メソッド
LinearAlgebra
LUDecompose メソッド
Crout法によりLU分解(A=LU)を行う
名前空間:
Popolo.Numerics.MatrixOperation
アセンブリ:
Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文
C#
コピー
public
static
void
LUDecompose
(
ref
IMatrix
matrix
,
ref
int
[]
perm
,
ref
IVector
wArray
)
パラメーター
matrix
型:
Popolo.Numerics.MatrixOperation
IMatrix
入力:LU分解を行う正方行列 出力:上三角+対角成分-U行列、下三角成分-L行列
perm
型:
System
Int32
pivot選択による行置換ベクトル
wArray
型:
Popolo.Numerics.MatrixOperation
IVector
作業用記憶領域(行数)
解説
Newmerical Recipiesより移植
関連項目
参照
LinearAlgebra クラス
Popolo.Numerics.MatrixOperation 名前空間