Update test_potrs.c
This commit is contained in:
parent
cdd3f882ec
commit
4e6f17c741
|
@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
**********************************************************************************/
|
**********************************************************************************/
|
||||||
|
|
||||||
#include "openblas_utest.h"
|
#include "openblas_utest.h"
|
||||||
#include <complex.h>
|
|
||||||
/*
|
/*
|
||||||
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
|
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
|
||||||
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,
|
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,
|
||||||
|
|
Loading…
Reference in New Issue