Program listing for file kernel/src/utils/SiconosAlgebra/AlgebraTools.hpp

Program listing for file kernel/src/utils/SiconosAlgebra/AlgebraTools.hpp#

 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