*** empty log message ***

This commit is contained in:
jiri
2005-02-04 14:31:42 +00:00
parent a235d4cb98
commit 6e2727f595
14 changed files with 150 additions and 40 deletions

3
vec.h
View File

@@ -1,7 +1,7 @@
#ifndef _LA_VEC_H_
#define _LA_VEC_H_
#include "laerror.h"
extern "C" {
#include "cblas.h"
@@ -20,7 +20,6 @@ template <typename T> class SparseMat;
//////////////////////////////////////////////////////////////////////////////
// Forward declarations
void laerror(const char *s1=0, const char *s2=0, const char *s3=0, const char *s4=0);
template <typename T> void lawritemat(FILE *file,const T *a,int r,int c,
const char *form0,int nodim,int modulo, int issym);