SetMatrixValue( mA, row, column, value )
行列 mA の row (行) と column (列) にvalue (値) を設定します。
用例:
SetMatrixValue (
0
,
4
,
2
,
22
)