6件ヒット
[1-6件を表示]
(0.012秒)
クラス
- Matrix (6)
キーワード
-
column
_ count (1) -
column
_ size (1) - round (1)
-
row
_ count (1) -
row
_ size (1) - unitary? (1)
検索結果
先頭5件
-
Matrix
# column _ count -> Integer (18310.0) -
行列の列数を返します。
行列の列数を返します。 -
Matrix
# round(ndigits = 0) -> Matrix (18310.0) -
行列の各要素を指定した桁数で丸めた行列を返します。
行列の各要素を指定した桁数で丸めた行列を返します。
@see Float#round -
Matrix
# row _ count -> Integer (18310.0) -
行列の行数を返します。
行列の行数を返します。 -
Matrix
# unitary? -> bool (18310.0) -
行列がユニタリならば true を返します。
...行列がユニタリならば true を返します。
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方行列でない場合に発生します... -
Matrix
# column _ size -> Integer (9010.0) -
行列の列数を返します。
行列の列数を返します。 -
Matrix
# row _ size -> Integer (9010.0) -
行列の行数を返します。
行列の行数を返します。