リサイズはクリックかドラッグ
MatrixView コンストラクター
インスタンスを初期化する

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

パラメーター

matrix
型: Popolo.Numerics.MatrixOperationIMatrix
もとの行列
rowSize
型: SystemInt32
行数
columnSize
型: SystemInt32
列数
rowStartNumber
型: SystemInt32
部分行列開始行番号
columnStartNumber
型: SystemInt32
部分行列開始列番号
関連項目