Popolo
Popolo
名前空間
Popolo.Numerics.MatrixOperation
SparseMatrix クラス
SparseMatrix プロパティ
Columns プロパティ
Item プロパティ
Rows プロパティ
SparseMatrix
Item プロパティ
要素の値を設定・取得する
名前空間:
Popolo.Numerics.MatrixOperation
アセンブリ:
Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
コピー
public
double
this
[
int
row
,
int
column
] {
get
;
set
; }
パラメーター
row
型:
System
Int32
行番号
column
型:
System
Int32
列番号
戻り値
型:
Double
要素の値値
実装
IMatrix
Item
Int32, Int32
ImmutableIMatrix
Item
Int32, Int32
関連項目
参照
SparseMatrix クラス
Popolo.Numerics.MatrixOperation 名前空間