Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 265 Bytes

matrix-vector-multiplication

Matrix vector multiplication using Napa.js

This is a program which uses Napa.js to multiply nxn matrix with a n length vector.

How to run the serial program,
node serial.js 100

How to run the parallel program,
node main.js 100