Matrix r4655
Loading...
Searching...
No Matches
expm.h
Go to the documentation of this file.
1#ifndef MATRIX_EXPM_H
2#define MATRIX_EXPM_H
3
4#include <Rinternals.h>
5
6SEXP dgeMatrix_expm(SEXP);
7
8#endif /* MATRIX_EXPM_H */
SEXP dgeMatrix_expm(SEXP)
Definition expm.c:19