proxy.golang.org : github.com/fardream/gen-mkl-wrapper
gen-mkl-wrapper generates wrappers for Math Kernel Library routines. Math Kernel Library by Intel is widely used library of common mathematical routines, which provides support for various BLAS and LAPACK routines and many many more. Due to its root in Fortran and C, many routines' names contain the type its operates on, for example, the Cholesky Decomposition is For C++ or rust, it may be desired to dispatch the method based on the type. This becomes extremely handy when implementing something based on MKL for both 32-bit and 64-bit float point number. For in C++, below is valid Similarly in rust, the below is valid This simply binary does just the above - provided with a list of routines names, it will generate the rust trait or C++ polymorphic functions to those routines.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/fardream/gen-mkl-wrapper
License: MIT
Latest release: 11 months ago
First release: almost 2 years ago
Namespace: github.com/fardream
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 13 days ago