るりまサーチ

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

別のキーワード

  1. matrix *
  2. matrix []
  3. matrix map
  4. matrix each
  5. matrix index

ライブラリ

キーワード

検索結果

<< < ... 7 8 9 >>

Matrix#==(other) -> bool (17101.0)

自分自身と other を比較し、同値であれば真(true)を返します。

自分自身と other を比較し、同値であれば真(true)を返します。

@param other 比較対象のオブジェクト

Matrix#hermitian? -> bool (17101.0)

行列がエルミートならば true を返します。

...行列がエルミートならば true を返します。

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

Matrix#permutation? -> bool (17101.0)

行列が置換行列ならば true を返します。

...行列が置換行列ならば true を返します。

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

Matrix#square? -> bool (17101.0)

正方行列であるなら、 true を返します。

正方行列であるなら、 true を返します。

Matrix#symmetric? -> bool (17101.0)

行列が対称ならば true を返します。

...行列が対称ならば true を返します。

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

絞り込み条件を変える

Matrix#unitary? -> bool (17101.0)

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

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

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

Matrix#zero? -> bool (17101.0)

行列が零行列ならば true を返します。

行列が零行列ならば true を返します。
<< < ... 7 8 9 >>