種類
- インスタンスメソッド (168)
- クラス (12)
- モジュール (12)
ライブラリ
- matrix (156)
クラス
- Matrix (24)
-
Matrix
:: LUPDecomposition (120)
モジュール
キーワード
- InstallUpdateOptions (12)
- LUPDecomposition (12)
- det (12)
- determinant (12)
-
install
_ update _ defaults _ str (12) - l (12)
-
lup
_ decomposition (12) - p (12)
- pivots (12)
- singular? (12)
- solve (12)
-
to
_ a (12) -
to
_ ary (12) - u (12)
検索結果
先頭5件
-
Matrix
:: LUPDecomposition # p -> Matrix (3016.0) -
LUP分解の置換行列部分を返します。
...LUP分解の置換行列部分を返します。... -
Matrix
:: LUPDecomposition # singular? -> bool (3016.0) -
元の行列が正方で特異なら true を、正則なら false を返します。 LUP 分解の結果を利用して判定します。
...元の行列が正方で特異なら true を、正則なら false を返します。
LUP 分解の結果を利用して判定します。
@see Matrix#singular?... -
Matrix
:: LUPDecomposition # u -> Matrix (3016.0) -
LUP分解の上半行列部分を返します。
...LUP分解の上半行列部分を返します。... -
Gem
:: InstallUpdateOptions # add _ install _ update _ options (3000.0) -
インストールとアップデートに関するオプションを追加します。
インストールとアップデートに関するオプションを追加します。 -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (3000.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers -
Matrix
:: LUPDecomposition # pivots -> [Integer] (3000.0) -
ピボッティングを表す配列を返します。
ピボッティングを表す配列を返します。 -
Matrix
:: LUPDecomposition # to _ a -> [Matrix , Matrix , Matrix] (3000.0) -
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で 返します。
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で
返します。 -
Matrix
:: LUPDecomposition # to _ ary -> [Matrix , Matrix , Matrix] (3000.0) -
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で 返します。
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で
返します。