libmir / mir-blas

NDSLICE wrapper for BLAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

NDSLICE wrapper for BLAS


Languages

Language:D 93.9%Language:Meson 4.9%Language:Makefile 1.2%