From b7081a59cdea218945e5232e1810a99721cbec08 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 21 Feb 2021 06:30:07 +0100 Subject: update to 2.1.4 --- REFLECTION | 76 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 54 insertions(+), 22 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9f7ed85..b4d468c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,9 +1,9 @@ -Extension [ extension #105 tensor version 2.1.3 ] { +Extension [ extension #105 tensor version 2.1.4 ] { - Dependencies { } - - Classes [15] { + - Classes [16] { Interface [ interface Tensor\Arithmetic ] { - Constants [0] { @@ -2590,10 +2590,58 @@ Extension [ extension #105 tensor version 2.1.3 ] { } } + Class [ class Tensor\Decompositions\Eigen ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method decompose ] { + + - Parameters [2] { + Parameter #0 [ Tensor\Matrix $a ] + Parameter #1 [ bool $normalize ] + } + - Return [ Tensor\Decompositions\Eigen ] + } + } + + - Properties [2] { + Property [ protected $eigenvalues ] + Property [ protected $eigenvectors ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $eigenvalues ] + Parameter #1 [ Tensor\Matrix $eigenvectors ] + } + } + + Method [ public method eigenvalues ] { + + - Parameters [0] { + } + - Return [ Tensor\Matrix ] + } + + Method [ public method eigenvectors ] { + + - Parameters [0] { + } + - Return [ Tensor\Matrix ] + } + } + } + Class [ class Tensor\Decompositions\Lu ] { - - Constants [1] { - Constant [ public float EPSILON ] { 1.0E-8 } + - Constants [0] { } - Static properties [0] { @@ -3058,7 +3106,7 @@ Extension [ extension #105 tensor version 2.1.3 ] { - Parameters [1] { Parameter #0 [ bool $normalize ] } - - Return [ Tensor\Eigen ] + - Return [ Tensor\Decompositions\Eigen ] } Method [ public method solve ] { @@ -3911,7 +3959,7 @@ Extension [ extension #105 tensor version 2.1.3 ] { - Static properties [0] { } - - Static methods [3] { + - Static methods [1] { Method [ static public method reduce ] { - Parameters [1] { @@ -3919,22 +3967,6 @@ Extension [ extension #105 tensor version 2.1.3 ] { } - Return [ Tensor\Reductions\Ref ] } - - Method [ static public method gaussianElimination ] { - - - Parameters [1] { - Parameter #0 [ Tensor\Matrix $a ] - } - - Return [ Tensor\Reductions\Ref ] - } - - Method [ static public method rowReductionMethod ] { - - - Parameters [1] { - Parameter #0 [ Tensor\Matrix $a ] - } - - Return [ Tensor\Reductions\Ref ] - } } - Properties [2] { -- cgit