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