|
NAMEflexiblas_avail - check if FlexiBLAS is available in the current namespace. SYNOPSIS#include <flexiblas/flexiblas_api.h> int flexiblas_avail(); Link with -lflexiblas or -lflexiblas_api. DESCRIPTIONflexiblas_avail returns true if FlexiBLAS is available in the current shared library namespace otherwise false is returned. This function can be used to check if in an update-alternative enviroment the used BLAS library is FlexiBLAS or not. In this way one can write applications using FlexiBLAS features even if the BLAS implementaion was changed by update-alternative. RETURN VALUETrue(!=0) if FlexiBLAS is available. False(=0) otherwise. ERRORSNo errors occur. REPORTING BUGSThe current information about the developers and reporting bugs can be found on the FlexiBLAS homepage. FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexiblas> AUTHORSMartin Koehler, Jens Saak COPYRIGHTCopyright (C) 2013-2025 Martin Koehler LICENSELicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
|