Skip to content

tisimst/pyblas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyblas package documentation

Introduction

pyblas is the pure-python translation of the Fortran BLAS library (v3.4.2). All semantics are designed to allow a turn-key drop-in replacement.

The only main difference is that there isn't a separate suite of routines for SINGLE, DOUBLE, COMPLEX, and COMPLEX*16 type Fortran objects, just the python equivalent float and complex types. However, all of the BLAS function names still exist (like sgeev, dgeev, cgeev, zgeev) for drop-in compatibility.

Contact

Any questions, comments, bug reporting, etc can be forwarded to the author: Abraham Lee

About

Pure-python BLAS translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages