リサイズはクリックかドラッグ
LinearAlgebraGetInverse メソッド
mAの逆行列を計算する

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

パラメーター

mA
型: Popolo.Numerics.MatrixOperationIMatrix
逆行列を求める行列
mB
型: Popolo.Numerics.MatrixOperationIMatrix
出力:逆行列
関連項目