$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] linear algebra library... again
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-02-04 12:49:07
joel falcou wrote:
> DE wrote:
> > forgot to answer: it throws an exception
>
> triggering a static assert makes more sense as the type of matrix is
> known at CT
But the size is not part of the type in this case (because it is dynamic), so a static assert is not an option.
Regards,
Thomas