Ordinary Differential Equations (ODE): Library Suggestion

Issue #319 resolved
Nycholas Maia created an issue

I’m moving my old Fortran source-codes to Modern C++ and I would like to use Blaze to help me with that.

Do you have any suggestions about how can I solve Ordinary Differential Equations (ODE) with Blaze?

Comments (1)

  1. Klaus Iglberger

    Hi Nycholas!

    Blaze is a linear algebra library, providing you with vector and matrix operations. In order for Blaze to be useful, you'll have to formulate your ODE in form of these operations.

    In case you want to lean on a library focused on solving ODEs, I would recommend Boost Odeint. I hope this helps,

    Best regards,

    Klaus!

  2. Log in to comment