るりまサーチ

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

別のキーワード

  1. matrix map
  2. matrix []
  3. matrix *
  4. matrix each
  5. matrix index

ライブラリ

クラス

キーワード

検索結果

<< < 1 2 >>

Matrix::LUPDecomposition#u -> Matrix (14117.0)

LUP分解の上半行列部分を返します。

...LUP分解の上半行列部分を返します。...

Matrix::LUPDecomposition#det -> Numeric (14022.0)

元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。

...元の行列の行列式の値を返します。
LUP
分解の結果を利用して計算します。

@see Matrix#determinant...

Matrix::LUPDecomposition#determinant -> Numeric (14022.0)

元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。

...元の行列の行列式の値を返します。
LUP
分解の結果を利用して計算します。

@see Matrix#determinant...

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

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

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

@see Matrix#singular?...

Matrix::LUPDecomposition#pivots -> [Integer] (14000.0)

ピボッティングを表す配列を返します。

ピボッティングを表す配列を返します。

絞り込み条件を変える

<< < 1 2 >>