Template Function proxsuite::proxqp::dense::save_data

Function Documentation

template<typename Derived>
void proxsuite::proxqp::dense::save_data(const std::string &filename, const ::Eigen::MatrixBase<Derived> &mat)

Save a matrix into a CSV format. Used for debug purposes.

Parameters:
  • filename – filename name for the CSV.

  • mat – matrix to save into CSV format.