1flexiblas_get_version(3) The FlexiBLAS Library flexiblas_get_version(3)
2
3
4
6 flexiblas_get_version - retrieve the used FlexiBLAS version.
7
9 #include <flexiblas/flexiblas_api.h>
10
11 void flexiblas_get_version(int *major, int *minor, int *patchlevel);
12
13 Link with -lflexiblas.
14
15
17 flexiblas_get_version returns the version of the used FlexiBLAS library
18 as triple major.minor.patchlevel.
19
20
22 None.
23
24
26 No errors occur.
27
28
30 The current information about the developers and reporting bugs can be
31 found on the FlexiBLAS homepage.
32
33 FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexi‐
34 blas>
35
36
38 Martin Koehler, Jens Saak
39
40
42 Copyright (C) 2013-2020 Martin Koehler
43
45 License GPLv3+: GNU GPL version 3 or later
46 <http://gnu.org/licenses/gpl.html>. This is free software: you are
47 free to change and redistribute it. There is NO WARRANTY, to the
48 extent permitted by law.
49
50
51
52
53M. Koehler Mar. 2017 flexiblas_get_version(3)