Menu

Tree [fcfb75] default tip /
 History

Read Only access


File Date Author Commit
 include 2013-08-05 Leo Brewin Leo Brewin [0becf2] Added procedures for sysev, syevd, sysv, heev a...
 test 2013-08-05 Leo Brewin Leo Brewin [0becf2] Added procedures for sysev, syevd, sysv, heev a...
 .hgignore 2013-01-04 Leo Brewin Leo Brewin [8d44db] Changed spec to use standard Real and Complex a...
 CHANGES.txt 2013-08-05 Leo Brewin Leo Brewin [0becf2] Added procedures for sysev, syevd, sysv, heev a...
 COMPILE.txt 2013-01-06 Leo Brewin Leo Brewin [546b2c] Minor corrections to COMPILE.txt
 Makefile 2013-01-04 Leo Brewin Leo Brewin [8d44db] Changed spec to use standard Real and Complex a...
 RATIONALE.txt 2013-01-04 Leo Brewin Leo Brewin [8d44db] Changed spec to use standard Real and Complex a...
 README.txt 2013-08-10 Leo Brewin Leo Brewin [fcfb75] Minor correction to README.txt
 ada_lapack.gpr 2013-01-04 Leo Brewin Leo Brewin [8d44db] Changed spec to use standard Real and Complex a...

Read Me

This is a port of a subset of Lapack-3.4.1 to Ada2012.

The code is written in the form of a generic package and covers the Lapack routines 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

Also included is a set of functions (and two procedures) that provide a more familiar Ada style interface to the Lapack routines.

This package requires an Ada compiler that supports Ada2012.

Note that this package provides native support for Lapack in Ada.
It is not a binding to the Fortran library.

The vast bulk of this package was made using Oliver Kellogg's
Fortran to Ada script, f2a.pl, which can be found at
http://www.okellogg.de/x.html

Leo Brewin
School of Mathematical Sciences
Monash University
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.