R-js / blasjs

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.
MIT License
290 stars 21 forks source link

README cleanup #2

Closed SheetJSDev closed 6 years ago

SheetJSDev commented 6 years ago

Many of the code samples detracted from general readability, so they are tucked away within a details-summary block. The important parts are still visible and searchable

codecov[bot] commented 6 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files         115      115           
  Lines        5667     5667           
  Branches     1287     1287           
=======================================
  Hits         5664     5664           
  Misses          1        1           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f837fc6...99965d1. Read the comment docs.

jacobbogers commented 6 years ago

Great thanks