Skip to content

Instantly share code, notes, and snippets.

@lorenzoongithub
Created October 24, 2015 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzoongithub/114012feb3f33059c50e to your computer and use it in GitHub Desktop.
Save lorenzoongithub/114012feb3f33059c50e to your computer and use it in GitHub Desktop.
//
// http://www.numericjs.com/
//
load('http://www.numericjs.com/lib/numeric-1.2.6.min.js');
a = [[1,2,3],
[4,5,6],
[7,3,9]];
x = [3,1,2];
b = numeric.dot(a,x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment