[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] BLAS backend
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 15 Oct 2009 11:47:12 -0400
- 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=LcIC2kA2fuAlfgDPbOWL2EmaUitRAuRbYQbW3jPBoqo=; b=NlE8ldUiL6eAQOR9roQ1fgja01MVqk88PL8NyUnZj3T8ow6gMjkbwEnE/KAd3TglnY z21UEJ10z7f3uL7RF7hpmKCBg1S1TId4GLvtoZ+6DZJ3211bJlkuvx2BPHnYIuMNQnWz vlkwbw9NNZ77s4fAvVuHdbaUo4lVryFx/pW68=
- 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=RICiVrDm+Za0iajIpTh8T9KS5AbbmNx5zs6Fvfbq49WXIB8JfwVHUNFHkQVRov5VYo +5F/xh9mZtA/hB73mJRa4TBXJaMKZNWZViIs/mRGbqiiwEYSMwEQjpmsVu4wqiSsjtu6 sRkL7iGX374EOkoZ1ANiFCggzgMz27TlLBJGc=
2009/10/15 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> in
> the worst case we might have to introduce a tiny optional binary
> library just for that feature, to host a few static variables...? Just
> a quick idea.
Bah, forget that, probably the same can be done with just a macro for
the user to declare the variables in question in one of his own cpp
files....
Benoit