proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
Functions | |
template<typename T , typename I > | |
void | rowwise_infty_norm (T *row_norm, proxsuite::linalg::sparse::MatRef< T, I > m) |
template<typename T , typename I > | |
void | colwise_infty_norm_symhi (T *col_norm, proxsuite::linalg::sparse::MatRef< T, I > h) |
template<typename T , typename I > | |
void | colwise_infty_norm_symlo (T *col_norm, proxsuite::linalg::sparse::MatRef< T, I > h) |
template<typename T , typename I > | |
auto | ruiz_scale_qp_in_place (VectorViewMut< T > delta_, QpViewMut< T, I > qp, T epsilon, isize max_iter, bool preconditioning_for_infeasible_problems, Symmetry sym, proxsuite::linalg::veg::dynstack::DynStackMut stack) -> T |
void proxsuite::proxqp::sparse::preconditioner::detail::rowwise_infty_norm | ( | T * | row_norm, |
proxsuite::linalg::sparse::MatRef< T, I > | m ) |
void proxsuite::proxqp::sparse::preconditioner::detail::colwise_infty_norm_symhi | ( | T * | col_norm, |
proxsuite::linalg::sparse::MatRef< T, I > | h ) |
void proxsuite::proxqp::sparse::preconditioner::detail::colwise_infty_norm_symlo | ( | T * | col_norm, |
proxsuite::linalg::sparse::MatRef< T, I > | h ) |
auto proxsuite::proxqp::sparse::preconditioner::detail::ruiz_scale_qp_in_place | ( | VectorViewMut< T > | delta_, |
QpViewMut< T, I > | qp, | ||
T | epsilon, | ||
isize | max_iter, | ||
bool | preconditioning_for_infeasible_problems, | ||
Symmetry | sym, | ||
proxsuite::linalg::veg::dynstack::DynStackMut | stack ) -> T |