ruby - where do i find documentation and examples of the sciruby nmatrix C/C++ api? -


i trying write ruby interfaces piece scientific computation library wrote. library uses other open-source libraries opencv, boost etc. primary data structure library operates on, , being returned library, n-dimensional array type. hence looking appropriate ruby objects data type map into. there native ruby array type, found out more mathematically powerful nmatrix type. can point me documentation c/c++ api nmatrix? googling around c api docs did not help. found docs here http://sciruby.com/nmatrix/docs/ , code repos on github here https://github.com/sciruby/nmatrix , far have been using source code docs. few examples nice too.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -