Showing posts with the label boost

Matrix Multiplication Boost Library C++

Eigen handles matrixmatrix and matrixvector multiplication with a simple API. I can fill a matrix with intervals I als…