Go to the source code of this file.
◆ LAPACKE_get_nancheck()
| int LAPACKE_get_nancheck |
( |
void | | ) |
|
Definition at line 42 of file lapacke_nancheck.c.
43{
44 char* env;
47 }
48
49
50 env = getenv( "LAPACKE_NANCHECK" );
51 if ( !env ) {
52
54 } else {
56 }
57
59}
◆ LAPACKE_set_nancheck()
| void LAPACKE_set_nancheck |
( |
int | flag | ) |
|
Definition at line 37 of file lapacke_nancheck.c.
38{
40}
*fortran !University of Stuttgart All rights reserved Inc All rights reserved ! $COPYRIGHT$ !Additional copyrights may follow ! $HEADER$ !WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING !Do ***not ***copy this file to the directory where your Fortran !fortran application is compiled unless it is absolutely necessary !Most !modern Fortran compilers now support the I command line flag
◆ nancheck_flag