C ++ library for calculating an exponential matrix

Any recommendations for libraries to implement matrix exponent computation?

+3
source share
1 answer

Expokit is written in fortran, but can be embedded in C ++. It works great and includes an optimized algorithm for sparse matrices.

+1
source

Source: https://habr.com/ru/post/1767949/


All Articles