Mir Blas

NDSLICE wrapper for BLAS
Alternatives To Mir Blas
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Openblas5,0854820 hours ago38August 10, 2022130bsd-3-clauseC
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
Linfa2,478234 days ago10June 15, 202248apache-2.0Rust
A Rust machine learning framework.
Lapack1,114
4 days ago119otherFortran
LAPACK development repository
Neanderthal1,010
2 days ago61October 01, 202012epl-1.0Clojure
Fast Clojure Matrix Library
Scikit Cuda881359a year ago4May 27, 201953otherPython
Python interface to GPU-powered libraries
Vectorious63313123 months ago87June 12, 202213mitTypeScript
Linear algebra in TypeScript.
Jblas569470499 days ago4August 23, 202042bsd-3-clauseJava
Linear Algebra for Java
Ojalgo415952113 days ago57September 27, 2022mitJava
oj! Algorithms
Armadillo Code403
10 months ago1
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net
Blasjs272
12 months ago15November 25, 20213gpl-3.0TypeScript
Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.
Alternatives To Mir Blas
Select To Compare


Alternative Project Comparisons
Readme

mir-blas

ndslice wrapper for BLAS

Required libraries

See wiki: Link with CBLAS & LAPACK.

Wrapped API

Level 1

  • dot
  • nrm2
  • asum
  • copy
  • axpy
  • scal
  • swap
  • iamax

Level 2

  • gemv
  • ger (includes geru)
  • gerc (includes ger)
  • symv
  • spmv
  • syr
  • spr
  • trmv
  • tpmv
  • trsv
  • tpsv

Level 3

  • gemm
  • symm
  • syrk
  • trmm
  • trsm

This work has been sponsored by Symmetry Investments and Kaleidic Associates.

Popular Blas Projects
Popular Lapack Projects
Popular Mathematics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
D
Blas
Lapack