File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class L1GProximal : public GProximal<SCALAR> {
114
114
proximal::L1<Scalar> l1_proximal_;
115
115
116
116
// 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
118
118
template <class T0 , class T1 >
119
119
typename proximal::L1<Scalar>::Diagnostic l1_proximal (Eigen::MatrixBase<T0> &out, Real gamma,
120
120
Eigen::MatrixBase<T1> const &x) const {
@@ -123,7 +123,7 @@ class L1GProximal : public GProximal<SCALAR> {
123
123
: call_l1_proximal (out, gamma, x);
124
124
}
125
125
126
- // ! Calls l1 proximal operator, checking for thight frame
126
+ // ! Calls l1 proximal operator, checking for tight frame
127
127
template <class T0 , class T1 >
128
128
typename proximal::L1<Scalar>::Diagnostic call_l1_proximal (Eigen::MatrixBase<T0> &out, Real gamma,
129
129
Eigen::MatrixBase<T1> const &x) const {
You can’t perform that action at this time.
0 commit comments