84件ヒット
[1-84件を表示]
(0.029秒)
種類
- インスタンスメソッド (72)
- 特異メソッド (12)
クラス
- Matrix (84)
キーワード
-
column
_ count (12) -
column
_ size (12) - round (12)
-
row
_ count (12) -
row
_ size (12) - unit (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
. unit(n) -> Matrix (3102.0) -
n次の単位行列を生成します。
n次の単位行列を生成します。
@param n 単位行列の次元
単位行列とは、対角要素が全て1で非対角要素が全て0であるような行列のことです。 -
Matrix
# column _ size -> Integer (3002.0) -
行列の列数を返します。
行列の列数を返します。 -
Matrix
# row _ size -> Integer (3002.0) -
行列の行数を返します。
行列の行数を返します。