blas library using webgpu and wasm by @jacobbogers Code Demo Description BLASjs contains all the functions (Complex, Real) of the reference implementation capable for 32 bit and 64 bit floating point arithmatic: š 100% code coverage 1005 tests Output off all tests equal to the BLAS FORTRAN reference implementation. - Level 1: all vector-vector operations implemented. - Level 2: all vector-matrix operations implemented. - Level 3: all matrix-matrix operations implemented. Helper functions to ease the porting of FORTRAN BLAS usage to Javascript. Associated tags blaslinear algebralinear regressionfem