Popolo
Popolo
名前空間
Popolo.Numerics.MatrixOperation
LinearAlgebra クラス
LinearAlgebra メソッド
Add メソッド
FAndBSubstitute メソッド
GetInverse メソッド
HouseholderTransform メソッド
LeastSquareFit メソッド
LUDecompose メソッド
Multiplicate メソッド
SolveLinearEquations メソッド
SolveTridiagonalMatrix メソッド
LinearAlgebra
SolveLinearEquations メソッド
連立一次方程式[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.MatrixOperation
IMatrix
係数行列[A]
bVector
型:
Popolo.Numerics.MatrixOperation
IVector
入力:ベクトル[b]、出力:ベクトル[x]
関連項目
参照
LinearAlgebra クラス
Popolo.Numerics.MatrixOperation 名前空間