Re: [eigen] Announcement: SLangTNG |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Announcement: SLangTNG
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 16 Nov 2010 09:01:33 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=jXAlQSd5P182xMqG0DWgj/MgJWqUZAzWrvyfkNczBEE=; b=pSoH54TIXIoO2xB3J6EIHlHMFP8zT3aID+2QZXKRohQi3PahHbl9s8HOrCfXv4wpWg ms+0bZCh94yGrNMOTP7s8E+aMsw8yFWuAywj4KlyP8ljIllZuGocRel+Ozf+Z0Wupm7S m2H/bIamPSJ+zxhly+xSnEzFrN+M+PjE5KVVQ=
- 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=tlra0peUfiYtckShqimjLR7bh0iYfdLlFo6zt8zCVhD4G9flNEqQNu0KePBOxu2EEK Oq13ets8f6+iGqbfFQcux5F0DJYUE2zs4VlIe77/IcSVF+nll4yv+MAZxNQsxqazXObk xHyPdhV0LcAAMehKiHPrvTwH5hgSeMo98aunE=
Great news!
I'm glad that Eigen 2.0 makes you happy but at the same time, since
for this kind of application you probably rely heavily on a good
number of decomposition algorithms, I must stay that Eigen 3 is going
to be a large improvement for you (performance and reliability). Let
us know if anything is blocking you from upgrading (I understand if
you just need it to be actually released :-) )
Benoit
2010/11/16 Sebastian Wolff <sw@xxxxxxxxxxxxxxxxxxxx>:
> Dear list,
>
> I want to use this mailing list to announce a scientific software project
> being developed at Vienna Technical University which makes use of the Eigen
> library (2.0). Thank you very much for providing this excellent piece of
> software and all the support during past development.
>
>
>
> SLangTNG is an application suite which provides scientists, students and
> engineers a tool for
> * fast and simple linear algebra (like MATLAB(TM)/Mathematica(TM)/Maple(TM))
> * dense and sparse matrices, solvers and decompositions
> * random number generation
> * advanced statistics
> * numerical analysis
> * structural mechanics using FEM
> * data visualization
> * scripting using the Lua interpreter language
>
> Target platforms:
> * Linux
> * Mac OS X
>
> The basic idea is to provide people with little programming skills a
> scripting engine for their engineering/numerical simulation tasks.
>
> Lua is a full featured and probably the most efficient scripting language.
> The math kernel is based on KDE's Eigen library providing superfast linear
> algebra and algorithms. The bindings are provided automatically by SWIG
> (with custom bindings to make things comfortable). All algorithms are
> organized in modules, i.e. small C++ libraries which may be separated from
> the main package. SLangTNG is actually a large collection of C++ modules
> with common interface. Executables are provided by custom driver apps. By
> default, a simple Qt application and a batch mode app are provided.
>
> Resources can be found on http://tng.tuxfamily.org
>
>
> Kind regards
> Sebastian Wolff
>
>
>
>
>