SaaSHub helps you find the best software and product alternatives Learn more →
Heyoka Alternatives
Similar projects and alternatives to heyoka
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
libcudacxx
Discontinued [ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
-
SwiftAA
The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
-
-
fccf
fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.
-
-
-
-
DobsonianDSC
Simple low cost circuit to connect inexpensive optical encoders to a dobsonian telescope
-
heyoka discussion
heyoka reviews and mentions
- heyoka 0.15 [LLVM-based ODE integrator]
- heyoka: C++ library for ODE integration via Taylor's method and LLVM
-
Solving Differential Equations with LLVM
Hello,
I have recently released version 0.3.0 of heyoka, a C++17 library for the numerical integration of ordinary differential equations (ODEs) using Taylor's method. The library uses automatic differentiation techniques and just-in-time compilation via LLVM to synthesize at runtime highly efficient and accurate numerical integrators.
Additional features include batch mode support to take full advantage of SIMD instructions in modern processors, and support for extended-precision computations using 80-bit and 128-bit floating-point types (if supported by the hardware/software platform).
The github page is here:
https://github.com/bluescarni/heyoka
The (WIP) documentation is available here:
https://bluescarni.github.io/heyoka/
Python bindings (via pybind11) are also available:
https://github.com/bluescarni/heyoka.py
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Oct 2024
Stats
bluescarni/heyoka is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
The primary programming language of heyoka is C++.