$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2008-05-06 10:24:06
You can fix it by probably increasing your stack segment. Check this option
with your compiler or OS.
With Kind Regards,
Ovanes
On Tue, May 6, 2008 at 4:08 PM, ajay gopalakrishnan <gajaykrishnan_at_[hidden]>
wrote:
> Hi all,
>
> I am unable to initialize a matrix of size 50000 x 500 using
> ublas::matrix<float>. I think it is giving error because no contiguous
> memory is available to create. But is there a way to create a non-contiguous
> matrix ?
>
> Thanks,
> Ajay G. <http://listarchives.boost.org/mailman/listinfo.cgi/boost-users>
>