| append(PROXIMAL proximal, T args) | sopt::algorithm::SDMM< SCALAR > | inline |
| append(PROXIMAL proximal) | sopt::algorithm::SDMM< SCALAR > | inline |
| append(PROXIMAL proximal, L l, LADJOINT ladjoint) | sopt::algorithm::SDMM< SCALAR > | inline |
| append(PROXIMAL proximal, L l, LADJOINT ladjoint, std::array< t_int, 3 > sizes) | sopt::algorithm::SDMM< SCALAR > | inline |
| append(PROXIMAL proximal, L l, std::array< t_int, 3 > dsizes, LADJOINT ladjoint, std::array< t_int, 3 > isizes) | sopt::algorithm::SDMM< SCALAR > | inline |
| conjugate_gradient(t_uint itermax, t_real tolerance) | sopt::algorithm::SDMM< SCALAR > | inline |
| conjugate_gradient(T0 &&t0, T &&... args) const -> decltype(this->conjugate_gradient()(std::forward< T0 >(t0), std::forward< T >(args)...)) | sopt::algorithm::SDMM< SCALAR > | inline |
| is_converged(t_Vector const &x) const | sopt::algorithm::SDMM< SCALAR > | inline |
| operator()(t_Vector &out, t_Vector const &input) const | sopt::algorithm::SDMM< SCALAR > | |
| operator()(t_Vector const &input) const | sopt::algorithm::SDMM< SCALAR > | inline |
| operator()(DiagnosticAndResult const &warmstart) const | sopt::algorithm::SDMM< SCALAR > | inline |
| proximals() const | sopt::algorithm::SDMM< SCALAR > | inline |
| proximals() | sopt::algorithm::SDMM< SCALAR > | inline |
| proximals(t_uint i) const | sopt::algorithm::SDMM< SCALAR > | inline |
| proximals(t_uint i) | sopt::algorithm::SDMM< SCALAR > | inline |
| proximals(t_uint i, Eigen::MatrixBase< T0 > const &x) const | sopt::algorithm::SDMM< SCALAR > | inline |
| Real typedef | sopt::algorithm::SDMM< SCALAR > | |
| Scalar typedef | sopt::algorithm::SDMM< SCALAR > | |
| SDMM() | sopt::algorithm::SDMM< SCALAR > | inline |
| size() const | sopt::algorithm::SDMM< SCALAR > | inline |
| SOPT_MACRO(itermax, t_uint) | sopt::algorithm::SDMM< SCALAR > | |
| SOPT_MACRO(gamma, Real) | sopt::algorithm::SDMM< SCALAR > | |
| SOPT_MACRO(conjugate_gradient, ConjugateGradient) | sopt::algorithm::SDMM< SCALAR > | |
| SOPT_MACRO(is_converged, t_IsConverged) | sopt::algorithm::SDMM< SCALAR > | |
| t_IsConverged typedef | sopt::algorithm::SDMM< SCALAR > | |
| t_LinearTransform typedef | sopt::algorithm::SDMM< SCALAR > | |
| t_Proximal typedef | sopt::algorithm::SDMM< SCALAR > | |
| t_Vector typedef | sopt::algorithm::SDMM< SCALAR > | |
| transforms() const | sopt::algorithm::SDMM< SCALAR > | inline |
| transforms() | sopt::algorithm::SDMM< SCALAR > | inline |
| transforms(t_uint i) const | sopt::algorithm::SDMM< SCALAR > | inline |
| transforms(t_uint i) | sopt::algorithm::SDMM< SCALAR > | inline |
| value_type typedef | sopt::algorithm::SDMM< SCALAR > | |
| ~SDMM() | sopt::algorithm::SDMM< SCALAR > | inlinevirtual |