![]() |
Bachelor's degree final project
v1.0
Faculty of Mathematics, University of Barcelona
|
| src/householder.c | Functions for using householder vectors and matrix |
| src/linear_solve.c | Set of different function for solving linear systems |
| src/load.c | Implements functions that load a vector or a matrix in some file |
| src/LU_matrix.c | Functions for computing LU decomposition of any square matrix |
| src/newton.c | Implements the functions for a Newton's method |
| src/permutation.c | Permutation operation with a vector |
| src/pic.c | Implements differents functions for the pic struct |
| src/qr.c | |
| src/QR_matrix.c | Functions for computing QR decomposition of any matrix |
| src/save.c | Implements functions that save a vector or a matrix in some file |
| src/utils.c | Set of different function for linear systems |
| src/include/householder.h [code] | QR method header file |
| src/include/linear_solve.h [code] | Linear solve header file |
| src/include/load.h [code] | Header of load |
| src/include/LU_matrix.h [code] | LU method header file |
| src/include/newton.h [code] | Header of compute a solutions of an equation with Newton method |
| src/include/permutation.h [code] | Permutation basic function header file |
| src/include/pic.h [code] | Header of periodic invariant curve |
| src/include/QR_matrix.h [code] | QR method header file |
| src/include/save.h [code] | Header of save |
| src/include/utils.h [code] | Utilities |
1.7.6.1