Boost logo

Ublas :

Subject: Re: [ublas] Initializing a 3D matrix
From: sanann (padalasaisandeep_at_[hidden])
Date: 2014-09-11 10:51:14


Thank you very much it has helped me a lot, and i now have what i need. i
have used it for quite a wide extent before coming to a major problem.

my case previously was that i used boost ublas matrix in a function whose
output i could put into a boost array and use it as a function.

function f
{
matrix<double>l,m,n,o,p;

boost::array<f,5>t={l,m,n,o,p};
return t;
}

now i would like to do the same for 3D matrices which i generated using
boost multi_array. do you know any possible way to send the 3d arrays from a
function into another piece of code

--
View this message in context: http://boost.2283326.n4.nabble.com/Initializing-a-3D-matrix-tp4667430p4667483.html
Sent from the Boost - uBLAS mailing list archive at Nabble.com.