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
Logistic prox
C++ API
C API
Singular-value soft-thresholding
Soft-thresholding
Utilities
Control theory
Special matrices
Input/output
Indices
Elemental
Docs
»
Optimization
»
Proximal maps
»
Logistic prox
View page source
Logistic prox
¶
C++ API
¶
void
LogisticProx
(
Matrix
<Real> &
A
, Real
rho
)
¶
void
LogisticProx
(
AbstractDistMatrix
<Real> &
A
, Real
rho
)
¶
C API
¶
ElError
ElLogisticProx_s
(
ElMatrix_s
A
, float
rho
)
¶
ElError
ElLogisticProx_d
(
ElMatrix_d
A
, double
rho
)
¶
ElError
ElLogisticProxDist_s
(
ElDistMatrix_s
A
, float
rho
)
¶
ElError
ElLogisticProxDist_d
(
ElDistMatrix_d
A
, double
rho
)
¶