RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
ieee_mobile_computing_lin_alg.h
1 /*
2  * ieee_mobile_computing.h
3  *
4  * Created on: 26.09.2019
5  * Author: zakaria
6  */
7 
8 #ifndef IEEE_MOBILE_COMPUTING_LIN_ALG_H_
9 #define IEEE_MOBILE_COMPUTING_LIN_ALG_H_
10 
11 void ieee_mobile_comp_test_matrix_mul(void);
12 void ieee_mobile_comp_test_qr_givens(void);
13 void ieee_mobile_comp_test_qr_householder(void);
14 void ieee_mobile_comp_test_SVD(void);
15 void ieee_solve_lin_equ_sys(void);
16 
17 #endif /* IEEE_MOBILE_COMPUTING_LIN_ALG_H_ */