summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION76
1 files changed, 54 insertions, 22 deletions
diff --git a/REFLECTION b/REFLECTION
index 9f7ed85..b4d468c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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] {