Boost logo

Ublas :

Subject: Re: [ublas] [Boost-ublas] How to use function calls in ublas expression
From: dariomt (dariomt_at_[hidden])
Date: 2009-06-23 12:15:11


Jesse Perla <jesseperla <at> gmail.com> writes:

>
>
> On Tue, Jun 23, 2009 at 7:06 AM, <dariomt <at> gmail.com> wrote:
>
> I'd like to be able to write things likea = b + f(c)where a is a vector (or
matrix) b, c are vector (or matrix) expressionsf is a function to be applied to
every element in c
>
>
>
> Effective ublas has a great
tutorial:http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Examples_-_How_To_Extend_UBLAS
>
>

Thanks for the pointer!