Elemental
0.86
Introduction
A brief tour of the library
Build system
Core functionality
BLAS-like linear algebra
LAPACK-like linear algebra
Optimization
Solvers
Models
Proximal maps
Clip
Frobenius prox
Hinge-loss prox
C++ API
C API
Logistic prox
Singular-value soft-thresholding
Soft-thresholding
Utilities
Control theory
Special matrices
Input/output
Indices
Elemental
Docs
»
Optimization
»
Proximal maps
»
Hinge-loss prox
View page source
Hinge-loss prox
¶
C++ API
¶
void
HingeLossProx
(
Matrix
<Real> &
A
, Real
rho
)
¶
void
HingeLossProx
(
AbstractDistMatrix
<Real> &
A
, Real
rho
)
¶
C API
¶
ElError
ElHingeLossProx_s
(
ElMatrix_s
A
, float
rho
)
¶
ElError
ElHingeLossProx_d
(
ElMatrix_d
A
, double
rho
)
¶
ElError
ElHingeLossProxDist_s
(
ElDistMatrix_s
A
, float
rho
)
¶
ElError
ElHingeLossProxDist_d
(
ElDistMatrix_d
A
, double
rho
)
¶