We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a876e28 commit ad84593Copy full SHA for ad84593
1 file changed
src/MatrixAlgebraKit.jl
@@ -76,7 +76,6 @@ include("common/safemethods.jl")
76
include("common/view.jl")
77
include("common/regularinv.jl")
78
include("common/matrixproperties.jl")
79
-include("common/gauge.jl")
80
81
include("yalapack.jl")
82
include("algorithms.jl")
@@ -93,6 +92,8 @@ include("interface/schur.jl")
93
92
include("interface/polar.jl")
94
include("interface/orthnull.jl")
95
+include("common/gauge.jl") # needs to be defined after the functions are
96
+
97
include("implementations/projections.jl")
98
include("implementations/truncation.jl")
99
include("implementations/qr.jl")
0 commit comments