Bachelor's degree final project  v1.0
Faculty of Mathematics, University of Barcelona
File List
Here is a list of all files with brief descriptions:
src/householder.cFunctions for using householder vectors and matrix
src/linear_solve.cSet of different function for solving linear systems
src/load.cImplements functions that load a vector or a matrix in some file
src/LU_matrix.cFunctions for computing LU decomposition of any square matrix
src/newton.cImplements the functions for a Newton's method
src/permutation.cPermutation operation with a vector
src/pic.cImplements differents functions for the pic struct
src/qr.c
src/QR_matrix.cFunctions for computing QR decomposition of any matrix
src/save.cImplements functions that save a vector or a matrix in some file
src/utils.cSet 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