Passed
Pull Request — master (#118)
by Marcin
03:22
created
src/Phpml/Math/LinearAlgebra/EigenvalueDecomposition.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -65,24 +65,24 @@
 block discarded – undo
65 65
     private $V = [];
66 66
 
67 67
     /**
68
-    *	Array for internal storage of nonsymmetric Hessenberg form.
69
-    *
70
-    *	@var array
71
-    */
68
+     *	Array for internal storage of nonsymmetric Hessenberg form.
69
+     *
70
+     *	@var array
71
+     */
72 72
     private $H = [];
73 73
 
74 74
     /**
75
-    *	Working storage for nonsymmetric algorithm.
76
-    *
77
-    *	@var array
78
-    */
75
+     *	Working storage for nonsymmetric algorithm.
76
+     *
77
+     *	@var array
78
+     */
79 79
     private $ort;
80 80
 
81 81
     /**
82
-    *	Used for complex scalar division.
83
-    *
84
-    *	@var float
85
-    */
82
+     *	Used for complex scalar division.
83
+     *
84
+     *	@var float
85
+     */
86 86
     private $cdivr;
87 87
     private $cdivi;
88 88
 
Please login to merge, or discard this patch.