|
Boost : |
Subject: Re: [boost] different matrix library?
From: joel (joel.falcou_at_[hidden])
Date: 2009-08-20 12:19:27
DE wrote:
> since i don't know what a policy concept actualy is i'm going to bla
> bla a little
>
I'll advise to get a copy of "Modern C++ Design" and read it. Will help
you nto reinventing tons of wheel.
A better to do that is using the result_of protocol on a settings object
so you don't have to bother with order of settings.
matrix< type, settings(diagonal, c_indexing)> m;
matrix< type, settings(fortran_idnexing, symmetric)> m;
-- ___________________________________________ 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