Boost logo

Boost :

Subject: Re: [boost] Interest in multi-dimensional array class templates.
From: Brian Smith (bjs3141_at_[hidden])
Date: 2011-06-21 16:28:15


The arrays are not specifically designed to deal with image data,
although image and graphic libraries could make use of them. It's not
clear whether this is the case for GIL having never used it myself.
Looking through GIL's tutorial though and ignoring image specific
terminology there does appear to be some similarity.

The main difference between the math arrays in the library and uBLAS
is that they're defined as fixed-size arrays. The other differences at
the moment is only dense arrays and operations on them are available,
and no algebra has been implemented.

On 6/21/11, Fabio Fracassi <f.fracassi_at_[hidden]> wrote:
> On 11/6/2011 21:05, Brian Smith wrote:
>> The file maps.zip in the containers directory in Boost's vault
>> contains a library with classes for the development of
>> multi-dimensional array applications. Also included are scalar and
>> fixed-size vector and matrix class templates with an expression
>> template implementation of operators.
>>
>> The multi-dimensional array's can be fixed-size statically or
>> dynamically allocated, or dynamically allocated and resizeable.
>> Vectors and matrices can be statically or dynamically allocated and
>> written in block form. The notation follows that provided by the STL
>> and other Boost libraries.
>>
>
> How does this compare to boost GIL and/or to boost UBLAS?
>
> regards
>
> Fabio
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>

-- 
www.maidsafe.net

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