Go to the source code of this file.
|
template<typename T , typename I > |
void | proxsuite::proxqp::sparse::preconditioner::detail::rowwise_infty_norm (T *row_norm, proxsuite::linalg::sparse::MatRef< T, I > m) |
|
template<typename T , typename I > |
void | proxsuite::proxqp::sparse::preconditioner::detail::colwise_infty_norm_symhi (T *col_norm, proxsuite::linalg::sparse::MatRef< T, I > h) |
|
template<typename T , typename I > |
void | proxsuite::proxqp::sparse::preconditioner::detail::colwise_infty_norm_symlo (T *col_norm, proxsuite::linalg::sparse::MatRef< T, I > h) |
|
template<typename T , typename I > |
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 |
|