https://github.com/pv/blaslapack6432
https://github.com/pv/blaslapack6432
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pv/blaslapack6432
- Owner: pv
- License: bsd-2-clause
- Created: 2019-12-28T17:28:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T20:06:01.000Z (over 5 years ago)
- Last Synced: 2025-01-20T08:49:30.153Z (4 months ago)
- Language: C
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
blaslapack6432
==============Wrapper library providing LP64 Fortran ABI for BLAS and partially for LAPACK by
forwarding calls to ILP64 libraries.Full LAPACK wrapper coverage does not appear reasonable to provide, because not
all IWORK array sizes are easily known at the interface level, and can depend
on LAPACK internals.Usage
-----To build:
$ make
It will download reference LAPACK sources and regenerate `blaslapack6432.c`,
which is a stand-alone source code file for the wrappers, and build a static
library with unwrapper routines from reference LAPACK.