Skip to content

Commit

Permalink
added copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Oct 24, 2016
1 parent c4b46e6 commit 610e8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/indExp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function prox!{R <: Real}(f::IndExpPrimal, x::AbstractArray{R}, y::AbstractArray
y[3] = max(x[3], 0.0)
else
# this is the algorithm used in SCS
# Copyright (c) 2012 Brendan O'Donoghue (bodonoghue85@gmail.com)
v = x
ub, lb = getRhoUb(x)
for iter = 1:EXP_PROJ_MAXIT
Expand Down

1 comment on commit 610e8e7

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.