Popolo
Popolo
名前空間
Popolo.Numerics.MatrixOperation
LinearAlgebra クラス
LinearAlgebra メソッド
Add メソッド
FAndBSubstitute メソッド
GetInverse メソッド
HouseholderTransform メソッド
LeastSquareFit メソッド
LUDecompose メソッド
Multiplicate メソッド
SolveLinearEquations メソッド
SolveTridiagonalMatrix メソッド
LinearAlgebra
HouseholderTransform メソッド
ハウスホルダ変換により上三角行列を作成する
名前空間:
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.MatrixOperation
IMatrix
変換対象行列(上書きされる)
mQ
型:
Popolo.Numerics.MatrixOperation
IMatrix
ハウスホルダ変換行列
関連項目
参照
LinearAlgebra クラス
Popolo.Numerics.MatrixOperation 名前空間