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)