00001 #ifndef MATRIX_LU_H 00002 #define MATRIX_LU_H 00003 #include "trMatrix.h" 00004 00005 SEXP LU_expand(SEXP x); 00006 00007 #endif