Boost logo

Boost :

Subject: Re: [boost] different matrix library?
From: joel (joel.falcou_at_[hidden])
Date: 2009-08-14 14:05:15


DE wrote:
> still what about small dynamically alocated entities? i like them very
> much! i'm afraid about bad performance of the
You mean like 4x4 matrix ?
In this case, I use static allcoation and guess what :

boost::array< boost::array<T,4>, 4 >

acts with the same interface and leads to proper code generation later on.
Just specialize when you know your size at CT.

-- 
___________________________________________
Joel Falcou - Assistant Professor
PARALL Team - LRI - Universite Paris Sud XI
Tel : (+33)1 69 15 66 35

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk