Skip to content
Snippets Groups Projects
Commit ab51dc66 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent d245342a
No related branches found
No related tags found
No related merge requests found
......@@ -17,15 +17,7 @@
#define F77NAME(x) (x##_)
#endif
/*==============================================================================
* This file improves methods for fullVector and fullMatrix using
* - BLAS : Basic Linear Algebra Subprograms
* - LAPACK : Linear Algebra PACKage
*============================================================================*/
// Specialisation of fullVector/Matrix operations using BLAS and LAPACK
#if defined(HAVE_BLAS)
......@@ -319,12 +311,6 @@ bool fullMatrix<double>::svd(fullMatrix<double> &V, fullVector<double> &S)
#endif
/*==============================================================================
* BINDINGS
*============================================================================*/
#include "Bindings.h"
template<>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment