Template Function proxsuite::proxqp::sparse::inner_reconstructed_matrix
Defined in File solver.hpp
Function Documentation
-
template<typename T, typename I>
auto proxsuite::proxqp::sparse::inner_reconstructed_matrix(proxsuite::linalg::sparse::MatMut<T, I> ldl) -> DMat<T> Reconstructs manually the permutted matrix.
- Parameters:
ldl – current ldlt.
do_ldlt – boolean variable for doing the ldlt (rather than MinRes algorithm).