Skip to content

kremio/oh-strang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oh-strang

A linear algebra library written in C/C++ and compiled to JavaScript.

The story

This is a weekend project to consolidate what I've learned from Pr. Strang MIT lectures on linear algebra and getting down and dirty with Emscripten. I'm sure they are plenty of good libraries written in portable C/C++ or JavaScript for that purpose, but the point is to learn.

References

Professor Gil Strang's lectures on linear algebra: http://web.mit.edu/18.06/www/videos.shtml
Emscripten: http://kripken.github.io/emscripten-site/index.html

Development Environment

The code is written in Eclipse Neon with the CDT plugin. Native compilation is done with the CLANG LLVM-frontend, and JS compilation with the Emscripten tools.

To be continued

About

A linear algebra library written in C/C++ and compiled to JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published