リサイズはクリックかドラッグ

LinearAlgebraHouseholderTransform メソッド

ハウスホルダ変換により上三角行列を作成する

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

パラメーター

mA
型: Popolo.Numerics.MatrixOperationIMatrix
変換対象行列(上書きされる)
mQ
型: Popolo.Numerics.MatrixOperationIMatrix
ハウスホルダ変換行列
関連項目