[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] FFT update
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 22 Jan 2010 10:42:55 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=JSv22EK5QHSlJt3XIIUfroOuTYR8G34ha3j1lAforYo=; b=xtRd9cv8L2g+peoiVDt57sFH1ve+cSAhzCoQVm5AjxOir04ArGbWdh9GbVMprirRjo 3s1MaKAJWo1VO75i0ynyOEnjQvPD2y7/JQbz+BQxi7gcksuDo5kd7oN+ueETHm2OrydA cSZsvtt9AEmNVk2lpe32fFCRHUgXzCkTe4gUI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=J/qKX09/uThH9XaM1wLu+GsnuRjkod1ChJD3LBWAPQrMgt0eDcN9ZTiX4ElWtv/PJ4 Q/AzO2VetyV2BOR9lGCVj2kA5TVfiDr2kjiqOiOEAF3XlLXzognpi/lem6c182aagRYC FRJQC/f1zzYgbj9jIV22pS4kzBxAUQ1hGLjgI=
ok let me write an example...
2010/1/22 Jitse Niesen <jitse@xxxxxxxxxxxxxxxxx>:
> On Fri, 22 Jan 2010, Benoit Jacob wrote:
>
>> Our "policy" is now:
>> - try to return by value, optimizing with the ReturnByValue class,
>> wherever possible;
>> - otherwise you can just use references.
>
> Can somebody please explain how to use the ReturnByValue class?
> Or should I just extrapolate from the source code?
> I could not find any documentation.
>
> Jitse
>
>
>