るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

Matrix::LUPDecomposition#singular? -> bool (6117.0)

元の行列が正方で特異なら true を、正則なら false を返します。 LUP 分解の結果を利用して判定します。

...元の行列が正方で特異なら true を、正則なら false を返します。
L
UP 分解の結果を利用して判定します。

@see Matrix#singular?...