Skip to content

Instantly share code, notes, and snippets.

@Chronum94
Created March 4, 2018 23:51
Show Gist options
  • Save Chronum94/81b52be27c0ee6402d8f4af71e86ea72 to your computer and use it in GitHub Desktop.
Save Chronum94/81b52be27c0ee6402d8f4af71e86ea72 to your computer and use it in GitHub Desktop.
ProjecTree
gauss_elim.h
Has: int gaussianElimination(Real** A, Real* b, int dim);
Uses: numeric_types.hpp
gauss_elim.c
getZeros.hpp
Has: int getLegendreZero(Real* zero, Real* coeffs, int n);
int getLegendreCoeff(Real* a, int n);
Uses: numeric_types.hpp
getZeros.cpp
leggauss.cpp
Uses: gauss_elim.h
getZeros.hpp
numeric_types.hpp
numeric_types.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment