//void magma_zinvert_and_refine(dcomplex **mat, np_int n, int &jer, int &maxrefiters, double &accuracygoal, int refinemode, int device_id, const string& output_path, int jxi488);
/*! \brief Apply iterative refinement of the solution of a matrix inversion.
/* \brief Apply iterative refinement of the solution of a matrix inversion.
*
* Iteratively compute and apply a correction to the inverse `inva` of the complex
* matrix `aorig`, for a maximum number of `maxiters` times, or until achieving a
@@ -81,6 +87,6 @@ void magma_zinvert_and_refine(dcomplex **mat, np_int n, int &jer, int &maxrefite
* \param output_path: `const string &` Path where the output needs to be placed.
* \param jxi488: `int` Index of the current wavelength calculation.
// void magma_refine(dcomplex *aorig, dcomplex *inva, np_int n, int &jer, int &maxrefiters, double &accuracygoal, int refinemode, int device_id, const std::string& output_path, int jxi488);