Template Function proxsuite::proxqp::sparse::copy

Function Documentation

template<typename T, typename I>
void proxsuite::proxqp::sparse::copy(proxsuite::linalg::sparse::MatMut<T, I> a, proxsuite::linalg::sparse::MatRef<T, I> b)

Copies matrix b elements into matrix a.

Parameters:
  • a – matrix.

  • b – matrix.