Raw File
LU.h
#ifndef MATRIX_LU_H
#define MATRIX_LU_H
#include "trMatrix.h"

SEXP LU_expand(SEXP x);

#endif
back to top