comp.lang.ada
 help / color / mirror / Atom feed
* Updated ada-lapack on Sourceforge
@ 2013-08-11 23:53 Leo Brewin
  0 siblings, 0 replies; only message in thread
From: Leo Brewin @ 2013-08-11 23:53 UTC (permalink / raw)


Greetings,

I've updated the ada-lapack library on sourceforge. The library now provides
native Ada code for

- Matrix determinant and inverse on general matrices,
- Eigenvalues and eigenvectors of general, real and hermitian symmetric matrices,
- Solutions of systems of equations for general, real and hermitian symmetric coefficient matrices,
- Singular value decomposition for general matrices

New procedues in this release are

   syev, syevd, sysv, heev and heevd
      (implementing dsyev, dsyevd, dsysv, zheev, zheevd and zsysv).

There are also a collection of functions (and two procedures)

   MatrixDeterm, MatrixInverse,
   Eigenvalues, EigenvaluesRealSymm, EigenvaluesHermSymm,
   Eigensystem, EigensystemRealSymm, EigensystemHermSymm,
   SolveSystem, SolveSystemRealSymm, SolveSystemHermSymm

These provide a more familar Ada style interface to the Lapack routines.
There are, as yet, no similar interfaces for the singular value decompostion
procedures (gesv,gesdd).

You can find the code at

http://sourceforge.net/projects/ada-lapack/

Comments, opinions, suggestions etc. are most welcome.

Cheers,
Leo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-11 23:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-11 23:53 Updated ada-lapack on Sourceforge Leo Brewin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox