[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen/FFT
- From: Rohit Garg <rpg.314@xxxxxxxxx>
- Date: Mon, 22 Jun 2009 22:32:07 -0700
- 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 :content-transfer-encoding; bh=/KdhQrMfrmqVwTnPj61fz+6OqM5hGSqXX8ES5xlTz64=; b=q/sCioX04sp9KHbFBPZ2jv7UFkR4UwHfXytKL1vhFd82qFn+9FILbAOsDuCAiSk/qE gpCKCLf4jjEdWul9AnbCvTzXuAZxggOSZP/S47CFx+zVzuPmCV82mvU6zXlsuzg7a+QW MPff2O2JryxmKJ+dmUMarNUL2fFVeEY9/46+U=
- 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:content-transfer-encoding; b=E7Ki2q/4fTFn4tViD9iB+WKlZyn47ccyybR/hzTlUMr6mek4ezedf/PkniyUatxogo /ROZaOH0DVAX2ZXE4tlA3edTF1y0386x7Yv5w0f09A9CuWhJ/6xpcT7jBW5cjQGwRD6W R7eGOqgDitwlU+ilPp6d7IrT42FsiVaI+Acfo=
On Mon, Jun 22, 2009 at 7:26 PM, Benoit Jacob<jacob.benoit.1@xxxxxxxxx> wrote:
> (it seems that GMail now defaults to HTML mode. Is it worth that i
> click everytime on "text-only" or will it still send a text-only
> version alongside the HTML version if I leave HTML mode enabled ?)
It will default to text mails if you click plain text.
> template<typename SrcDerived, typename DstDerived>
> void foo(const MatrixBase<SrcDerived>& src, MatrixBase<DstDerived> *dst);
People may need inplace transforms. Please do not rule that out. If
you have a const reference to src, will it allow that or not?
I mean if you call foo(in, &in). Is that allowed?
--
Rohit Garg
http://rpg-314.blogspot.com/
Senior Undergraduate
Department of Physics
Indian Institute of Technology
Bombay