More efficient projection in svd pullback #35
Annotations
1 error and 4 warnings
format
Process completed with exit code 1.
|
format:
src/rulesets/LinearAlgebra/factorization.jl#L257
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/rulesets/LinearAlgebra/factorization.jl:257:- UtŪ = U'*Ū
src/rulesets/LinearAlgebra/factorization.jl:258:- V̄tV = V̄t*Vt'
src/rulesets/LinearAlgebra/factorization.jl:265:+ UtŪ = U' * Ū
src/rulesets/LinearAlgebra/factorization.jl:266:+ V̄tV = V̄t * Vt'
|
format:
src/rulesets/LinearAlgebra/factorization.jl#L262
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/rulesets/LinearAlgebra/factorization.jl:262:-
src/rulesets/LinearAlgebra/factorization.jl:270:+
|
format:
src/rulesets/LinearAlgebra/factorization.jl#L265
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/rulesets/LinearAlgebra/factorization.jl:265:-
src/rulesets/LinearAlgebra/factorization.jl:266:- if size(Vt,1) == size(Vt,2)
src/rulesets/LinearAlgebra/factorization.jl:273:+
src/rulesets/LinearAlgebra/factorization.jl:274:+ if size(Vt, 1) == size(Vt, 2)
|
format:
src/rulesets/LinearAlgebra/factorization.jl#L269
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/rulesets/LinearAlgebra/factorization.jl:269:- else
src/rulesets/LinearAlgebra/factorization.jl:277:+ else
|