るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.032秒)
トップページ > クエリ:io[x] > クエリ:lup[x] > クエリ:singular?[x]

別のキーワード

  1. matrix lup
  2. matrix lup_decomposition
  3. lup matrix
  4. lup_decomposition matrix
  5. lup

ライブラリ

クラス

検索結果

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

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

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

@see Matrix#singular?...