Skip to content
Snippets Groups Projects
Commit eba57e81 authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Allow to not compile the Gmsh executable (very usefull when using gmsh

as a library)

Add a default implementation of fullMatrix<double>::invert and
fullMatrix<double>::determinant whn Lapack is not available. The algorirthms are bad but they allow to use polynomialBasis without installing BLAS and Lapack. The inverse is not computed a lot a time and the matrix is often not big in this case so there is no need of better algorithms
parent 0a652171
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment