168件ヒット
[101-168件を表示]
(0.067秒)
ライブラリ
- matrix (144)
クラス
- Matrix (24)
-
Matrix
:: LUPDecomposition (120)
モジュール
キーワード
- 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 # u -> Matrix (3017.0) -
LUP分解の上半行列部分を返します。
...LUP分解の上半行列部分を返します。... -
Gem
:: InstallUpdateOptions # add _ install _ update _ options (3001.0) -
インストールとアップデートに関するオプションを追加します。
インストールとアップデートに関するオプションを追加します。 -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (3001.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers -
Matrix
:: LUPDecomposition # pivots -> [Integer] (3001.0) -
ピボッティングを表す配列を返します。
ピボッティングを表す配列を返します。 -
Matrix
:: LUPDecomposition # to _ a -> [Matrix , Matrix , Matrix] (3001.0) -
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で 返します。
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で
返します。 -
Matrix
:: LUPDecomposition # to _ ary -> [Matrix , Matrix , Matrix] (3001.0) -
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で 返します。
分解した行列を [下半行列, 上半行列, 置換行列] という3要素の配列で
返します。