Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ublas matrix expression tutorial/examples

I am trying to implement certain matrix operations but I am lost in the internals of ublas library. is there a resource such as tutorial or an example on how to implement new ublas matrix expressions?

Thanks

like image 800
Anycorn Avatar asked Jan 17 '10 01:01

Anycorn


1 Answers

Don't know if it'll help, but there's a wiki page on extending uBlas here. That expression template stuff really blows my mind. :)

like image 82
Emile Cormier Avatar answered Oct 01 '22 20:10

Emile Cormier