Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 689 Bytes

File metadata and controls

15 lines (9 loc) · 689 Bytes

docs

vecxt

Freeing you from the tyranny of having to choose which platform you write your compute intense workload for. Making cross platform, compute intense linear alegbra problems less... vexing.

What is it?

Aims to provide convienent and intuitive syntax for vector computations with best-in-class inline-shim-to-BLAS performance on native and JVM. JS... is waiting for WebAssembly BLAS.

JVM JS Native
Data structure Array[Double] Array[Double] Array[Double]
Shims to https://github.com/luhenry/netlib https://github.com/stdlib-js/blas CBLAS