るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.054秒)
トップページ > ライブラリ:matrix[x] > バージョン:2.3.0[x] > クエリ:d[x] > クエリ:identity[x]

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. openssl d
  4. kernel $-d
  5. string to_d

クラス

検索結果

Matrix.identity(n) -> Matrix (54610.0)

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

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

@param n 単位行列の次元

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