*** empty log message ***

This commit is contained in:
jiri
2009-10-08 14:01:15 +00:00
parent c5309ee47b
commit 07c12d6896
15 changed files with 272 additions and 218 deletions

View File

@@ -16,15 +16,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NONCBLAS
extern "C" {
#include "cblas.h"
#include "clapack.h"
}
#else
//this can be safely included since it contains ifdefs NONCBLAS and NONCLAPACK anyway
#include "noncblas.h"
#endif
#include "vec.h"
#include "smat.h"
#include "mat.h"