Template Function proxsuite::linalg::sparse::dense_lsolve
Defined in File factorize.hpp
Function Documentation
-
template<typename T, typename I>
void proxsuite::linalg::sparse::dense_lsolve(DenseVecMut<T> x, MatRef<T, I> l) noexcept(false) l
is unit lower triangular whose diagonal elements are ignored. Solvesl×y = x
and store the solution inx
.- Parameters:
x – RHS of the system, solution storage.
l – matrix to be inverted.