るりまサーチ

最速Rubyリファレンスマニュアル検索!
829件ヒット [801-829件を表示] (0.024秒)

別のキーワード

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

ライブラリ

キーワード

検索結果

<< < ... 7 8 9 >>

Matrix#singular? -> bool (17008.0)

行列が正方で特異なら true を、正則なら false を返します。

...るとは、正則でないことです。
行列式が0であること同値です。

正方行列でない場合には例外 ExceptionForMatrix::ErrDimensionMismatch を
発生させます。

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

Matrix#symmetric? -> bool (17008.0)

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

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

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

Matrix#unitary? -> bool (17008.0)

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

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

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