るりまサーチ

最速Rubyリファレンスマニュアル検索!
77件ヒット [1-77件を表示] (0.079秒)
トップページ > クエリ:-[x] > クエリ:UN[x] > クラス:Matrix[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

Matrix#column_count -> Integer (6201.0)

行列の列数を返します。

行列の列数を返します。

Matrix#round(ndigits = 0) -> Matrix (6201.0)

行列の各要素を指定した桁数で丸めた行列を返します。

...行列の各要素を指定した桁数で丸めた行列を返します。

@see Float#round...

Matrix#row_count -> Integer (6201.0)

行列の行数を返します。

行列の行数を返します。

Matrix#unitary? -> bool (6201.0)

行列がユニタリならば true を返します。

...行列がユニタリならば true を返します。

@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方行列でない場合に発生します...

Matrix.unit(n) -> Matrix (3201.0)

n次の単位行列を生成します。

n次の単位行列を生成します。

@param n 単位行列の次元

単位行列とは、対角要素が全て1で非対角要素が全て0であるような行列のことです。

絞り込み条件を変える

Matrix#column_size -> Integer (3101.0)

行列の列数を返します。

行列の列数を返します。

Matrix#row_size -> Integer (3101.0)

行列の行数を返します。

行列の行数を返します。