72件ヒット
[1-72件を表示]
(0.022秒)
ライブラリ
- matrix (72)
クラス
- Matrix (48)
-
Matrix
:: LUPDecomposition (24)
キーワード
-
cofactor
_ expansion (12) - det (12)
-
det
_ e (12) -
determinant
_ e (12) -
laplace
_ expansion (12)
検索結果
先頭5件
- Matrix
:: LUPDecomposition # determinant -> Numeric - Matrix
# cofactor _ expansion(row: nil , column: nil) -> object | Integer | Rational | Float - Matrix
# laplace _ expansion(row: nil , column: nil) -> object | Integer | Rational | Float - Matrix
# determinant _ e -> Rational | Float - Matrix
:: LUPDecomposition # det -> Numeric
-
Matrix
:: LUPDecomposition # determinant -> Numeric (18108.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
Matrix
# cofactor _ expansion(row: nil , column: nil) -> object | Integer | Rational | Float (6207.0) -
row 行、もしくは column 列に関するラプラス展開をする。
...りにMatrix#determinant を
利用すべきです。
変則的な形状の行列に対してはそれ以上の意味を持ちます。例えば
row行/column列が行列やベクトルである場合には
//emlist[例][ruby]{
require 'matrix'
# Matrix[[7,6], [3,9]].laplace_expansion(column: 1) #......, 1]], [2, 3]].laplace_expansion(row: 0) # => Vector[3, -2]
//}
@param row 行
@param column 列
@raise ArgumentError row と column を両方指定した、もしくは両方とも指定していない、場合に発生します
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方で... -
Matrix
# laplace _ expansion(row: nil , column: nil) -> object | Integer | Rational | Float (6207.0) -
row 行、もしくは column 列に関するラプラス展開をする。
...りにMatrix#determinant を
利用すべきです。
変則的な形状の行列に対してはそれ以上の意味を持ちます。例えば
row行/column列が行列やベクトルである場合には
//emlist[例][ruby]{
require 'matrix'
# Matrix[[7,6], [3,9]].laplace_expansion(column: 1) #......, 1]], [2, 3]].laplace_expansion(row: 0) # => Vector[3, -2]
//}
@param row 行
@param column 列
@raise ArgumentError row と column を両方指定した、もしくは両方とも指定していない、場合に発生します
@raise ExceptionForMatrix::ErrDimensionMismatch 行列が正方で... -
Matrix
# determinant _ e -> Rational | Float (3218.0) -
このメソッドは deprecated です。 Matrix#determinant を代わりに使ってください。
...このメソッドは deprecated です。
Matrix#determinant を代わりに使ってください。... -
Matrix
:: LUPDecomposition # det -> Numeric (3008.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
Matrix
# det _ e -> Rational | Float (118.0) -
このメソッドは deprecated です。 Matrix#determinant を代わりに使ってください。
...このメソッドは deprecated です。
Matrix#determinant を代わりに使ってください。...