Angka  0.0.1
A C library focusing on data manipulation and visualization
agx.h
Go to the documentation of this file.
1 
9 #ifndef __ANGKA_AGX_H
10 #define __ANGKA_AGX_H
11 
12 #include "init.h"
13 #include "standard.h"
14 #include "vector.h"
15 #include "matrix.h"
16 
17 #endif
the standard library for manipulating C data types.
the library for matrix data manipulation
the library for vector data manipulation
the standard library for reusing the C library.