#ifndef MATEXP_H_
#define MATEXP_H_

void MatrixExp(double *expmat, double const *mat, int n, double t);
void MatrixExpPade(double *expmat, double const *mat, int n, double t);

#endif /* MATEXP_H_ */


syntax highlighted by Code2HTML, v. 0.9.1