Skip to content

Commit baff0de

Browse files
committed
removed deep.jl and some commented code
1 parent c01c4de commit baff0de

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

src/linearoperators/LBFGS.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ mutable struct LBFGS{R, T <: BlockArray, M, I <: Integer} <: LinearOperator
3030
ys_M::Array{R, 1}
3131
alphas::Array{R, 1}
3232
H::R
33-
34-
# LBFGS(currmem::I,
35-
# curridx::I,
36-
# s::T,
37-
# y::T,
38-
# s_M::Array{T,1},
39-
# y_M::Array{T,1},
40-
# ys_M::Array{R,1},
41-
# alphas::Array{R,1},
42-
# H::R,
43-
# M) where {R, T, I} =
44-
# new{R,T,M,I}(currmem, curridx, s, y, s_M, y_M, ys_M,alphas, H)
45-
4633
end
4734

4835
#default constructor

src/utilities/deep.jl

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)