リサイズはクリックかドラッグ
VectorView コンストラクター (IMatrix, Boolean, Int32, Int32, Int32)
コンストラクタ

名前空間:  Popolo.Numerics.MatrixOperation
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
public VectorView(
	IMatrix matrix,
	bool isRowVector,
	int rowStartNumber,
	int columnStartNumber,
	int length
)

パラメーター

matrix
型: Popolo.Numerics.MatrixOperationIMatrix
もとの行列
isRowVector
型: SystemBoolean
行ベクトルか否か
rowStartNumber
型: SystemInt32
部分ベクトル開始行番号
columnStartNumber
型: SystemInt32
部分ベクトル開始列番号
length
型: SystemInt32
ベクトル長
関連項目