Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fb5f85cc authored by BOUCHERIE Raphael's avatar BOUCHERIE Raphael
Browse files

removed param

parent 2b7cc510
No related branches found
No related tags found
1 merge request!47Integration of hierarchicah householder reduction trees
......@@ -64,7 +64,6 @@ set(ZSRC
# LAPACK
##################
testing_zgels.c
testing_zgels_param.c
testing_zgels_hqr.c
testing_zgels_systolic.c
#testing_zgesv.c
......
......@@ -248,9 +248,6 @@ int main (int argc, char **argv)
else if ( strcmp(func, "GESV_INCPIV") == 0 ) {
info += testing_zgesv_incpiv( argc, argv );
}
else if ( strcmp(func, "GELS_PARAM") == 0 ) {
info += testing_zgels_param( argc, argv );
}
else if ( strcmp(func, "GELS_HQR") == 0 ) {
info += testing_zgels_hqr( argc, argv );
}
......
......@@ -92,7 +92,6 @@ int testing_zgeadd(int argc, char **argv);
int testing_zposv(int argc, char **argv);
int testing_zgels(int argc, char **argv);
int testing_zgels_param(int argc, char **argv);
int testing_zgels_hqr(int argc, char **argv);
int testing_zgels_systolic(int argc, char **argv);
int testing_zgesv(int argc, char **argv);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment