Main Page | File List | Globals

flame.h

Go to the documentation of this file.
00001 #ifndef MATRIX_FLAME_H
00002 #define MATRIX_FLAME_H
00003 
00004 #include "Rdefines.h"
00005 #include "R_ext/Lapack.h"
00006 #include "FLAME/FLAME.h"
00007 
00008 FLA_Obj *R_to_FLA_copy(SEXP Ain);
00009 
00010 FLA_Obj *R_to_FLA_inPlace(SEXP Ain);
00011 
00012 SEXP R_FLA_Init();
00013 SEXP R_FLA_Finalize();
00014 
00015 #define RFLAME_CHOL_NB 104
00016 #define RFLAME_QR_NB    96
00017 
00018 SEXP lsq_Chol_flame(SEXP Xin, SEXP yin);
00019 
00020 #endif

Generated on Mon May 31 14:04:36 2004 for Matrix by doxygen 1.3.6-20040222