るりまサーチ

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

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l

キーワード

検索結果

<< < ... 6 7 8 >>

Matrix#hermitian? -> bool (17104.0)

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

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

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

Matrix#permutation? -> bool (17104.0)

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

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

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

Matrix#square? -> bool (17104.0)

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

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

Matrix#symmetric? -> bool (17104.0)

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

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

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

Matrix#unitary? -> bool (17104.0)

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

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

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

絞り込み条件を変える

Matrix#zero? -> bool (17104.0)

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

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