diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-21 06:30:07 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-21 06:30:07 +0100 |
commit | b7081a59cdea218945e5232e1810a99721cbec08 (patch) | |
tree | 84d1a7d07c2189d6c669c1cbb9d25db20410c987 /REFLECTION | |
parent | 33dfc42aa6cacbbb339960b306f98922077d313a (diff) |
update to 2.1.4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 76 |
1 files changed, 54 insertions, 22 deletions
@@ -1,9 +1,9 @@ -Extension [ <persistent> extension #105 tensor version 2.1.3 ] { +Extension [ <persistent> extension #105 tensor version 2.1.4 ] { - Dependencies { } - - Classes [15] { + - Classes [16] { Interface [ <internal:tensor> interface Tensor\Arithmetic ] { - Constants [0] { @@ -2590,10 +2590,58 @@ Extension [ <persistent> extension #105 tensor version 2.1.3 ] { } } + Class [ <internal:tensor> class Tensor\Decompositions\Eigen ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:tensor> static public method decompose ] { + + - Parameters [2] { + Parameter #0 [ <required> Tensor\Matrix $a ] + Parameter #1 [ <required> bool $normalize ] + } + - Return [ Tensor\Decompositions\Eigen ] + } + } + + - Properties [2] { + Property [ <default> protected $eigenvalues ] + Property [ <default> protected $eigenvectors ] + } + + - Methods [3] { + Method [ <internal:tensor, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $eigenvalues ] + Parameter #1 [ <required> Tensor\Matrix $eigenvectors ] + } + } + + Method [ <internal:tensor> public method eigenvalues ] { + + - Parameters [0] { + } + - Return [ Tensor\Matrix ] + } + + Method [ <internal:tensor> public method eigenvectors ] { + + - Parameters [0] { + } + - Return [ Tensor\Matrix ] + } + } + } + Class [ <internal:tensor> class Tensor\Decompositions\Lu ] { - - Constants [1] { - Constant [ public float EPSILON ] { 1.0E-8 } + - Constants [0] { } - Static properties [0] { @@ -3058,7 +3106,7 @@ Extension [ <persistent> extension #105 tensor version 2.1.3 ] { - Parameters [1] { Parameter #0 [ <optional> bool $normalize ] } - - Return [ Tensor\Eigen ] + - Return [ Tensor\Decompositions\Eigen ] } Method [ <internal:tensor> public method solve ] { @@ -3911,7 +3959,7 @@ Extension [ <persistent> extension #105 tensor version 2.1.3 ] { - Static properties [0] { } - - Static methods [3] { + - Static methods [1] { Method [ <internal:tensor> static public method reduce ] { - Parameters [1] { @@ -3919,22 +3967,6 @@ Extension [ <persistent> extension #105 tensor version 2.1.3 ] { } - Return [ Tensor\Reductions\Ref ] } - - Method [ <internal:tensor> static public method gaussianElimination ] { - - - Parameters [1] { - Parameter #0 [ <required> Tensor\Matrix $a ] - } - - Return [ Tensor\Reductions\Ref ] - } - - Method [ <internal:tensor> static public method rowReductionMethod ] { - - - Parameters [1] { - Parameter #0 [ <required> Tensor\Matrix $a ] - } - - Return [ Tensor\Reductions\Ref ] - } } - Properties [2] { |