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