Loading src/include/magma_calls.h +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ void magma_zinvert( * \param m: `const magma_int_t` Number of rows / columns in a. [IN] * \param d_a: `magmaDoubleComplex *` Pointer to the matrix on the GPU. [IN/OUT] * \param queue: `magma_queue_t` GPU communication queue. [IN] * \return err: `magma_int_t` An error code (MAGMA_SUCCESS, if everything was fine). */ magma_int_t magma_newton( const RuntimeSettings& rs, magmaDoubleComplex* a, const magma_int_t m, Loading Loading
src/include/magma_calls.h +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ void magma_zinvert( * \param m: `const magma_int_t` Number of rows / columns in a. [IN] * \param d_a: `magmaDoubleComplex *` Pointer to the matrix on the GPU. [IN/OUT] * \param queue: `magma_queue_t` GPU communication queue. [IN] * \return err: `magma_int_t` An error code (MAGMA_SUCCESS, if everything was fine). */ magma_int_t magma_newton( const RuntimeSettings& rs, magmaDoubleComplex* a, const magma_int_t m, Loading