Skip to content

Commit 83ed89c

Browse files
tkoskelaSJaffa
andauthored
Apply suggestions from code review
Co-authored-by: S Jaffa <SJaffa@users.noreply.github.com>
1 parent 9ffd8c3 commit 83ed89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/sopt/l1_g_proximal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class L1GProximal : public GProximal<SCALAR> {
114114
proximal::L1<Scalar> l1_proximal_;
115115

116116
// Helper functions for calling l1_proximal
117-
//! Calls l1 proximal operator, checking for real constraints and tight frame
117+
//! Calls l1 proximal operator, checking for real constraints
118118
template <class T0, class T1>
119119
typename proximal::L1<Scalar>::Diagnostic l1_proximal(Eigen::MatrixBase<T0> &out, Real gamma,
120120
Eigen::MatrixBase<T1> const &x) const {
@@ -123,7 +123,7 @@ class L1GProximal : public GProximal<SCALAR> {
123123
: call_l1_proximal(out, gamma, x);
124124
}
125125

126-
//! Calls l1 proximal operator, checking for thight frame
126+
//! Calls l1 proximal operator, checking for tight frame
127127
template <class T0, class T1>
128128
typename proximal::L1<Scalar>::Diagnostic call_l1_proximal(Eigen::MatrixBase<T0> &out, Real gamma,
129129
Eigen::MatrixBase<T1> const &x) const {

0 commit comments

Comments
 (0)