|
Boost : |
From: N H (hirotaka.niitsuma_at_[hidden])
Date: 2006-11-16 22:22:51
vigra's inheritance structure is good for multi dimensional
operation(tensor operation).
vigra::MultiArrayView -> vigra::MultiArray -> vigra::Matrix
vigra::MultiArrayView -> vigra::BasicImageView
But I can't find similar relation among
GIL, boost::numeric::ublas, boost::multi_array
My request is interface to ublas like this
view_mat = view(ublas::matrix)
gray32f_image_t dist_img=resampling(view_mat)
Then GIL can use LAPCK via ublas.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk