Program listing for file kernel/src/utils/SiconosAlgebra/AlgebraTools.hpp#
Return to documentation for this file
1#ifndef ALGEBRATOOLS_HPP
2#define ALGEBRATOOLS_HPP
3
4
5
6#include "SiconosFwd.hpp"
7
8
9namespace siconos {
10 namespace algebra {
11 namespace tools {
12
13
14 void expm(SiconosMatrix& A, SiconosMatrix& Exp, bool computeAndAdd = false);
15
16 }
17 }
18}
19
20
21#endif