Revision 1e790220feb1cb3f461915da11954d8b7fcb4c6b authored by Martin Maechler on 23 December 2013, 00:00:00 UTC, committed by Gabor Csardi on 23 December 2013, 00:00:00 UTC
1 parent d1f70fa
Raw File
lgCMatrix.h
#ifndef MATRIX_LGCMATRIX_H
#define MATRIX_LGCMATRIX_H

#include "Mutils.h"

SEXP lgC_to_matrix(SEXP x);
SEXP ngC_to_matrix(SEXP x);

#endif
back to top