Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2006-10-24 14:00:53


Sorkin Dima schrieb:
> Hi.
> Some effectivity issue:
> Does 'axpy_prod' assumes that it's arguments are unaliased,
>
Yes.

> or this should be explicitly provided by 'noalias(argument)' ?
no, because axpy_prod is no vector expression, but a regular method,
which should be used like:

apxy_prod(A,x,y,true|false);

mfg
Gunter