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-2022 Martin Koehler
43
45 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li‐
46 censes/gpl.html>. This is free software: you are free to change and
47 redistribute it. There is NO WARRANTY, to the extent permitted by law.
48
49
50
51
52M. Koehler 2013-2022 flexiblas_get_version(3)