Menu

Tree [be2ca0] master pdl-linearalgebra-v0.12 /
 History

HTTPS access


File Date Author Commit
 Complex 2015-06-08 Chris Marshall Chris Marshall [be2ca0] Update VERSION to 0.12 and fix one last package...
 Real 2015-06-08 Chris Marshall Chris Marshall [be2ca0] Update VERSION to 0.12 and fix one last package...
 Special 2015-06-08 Chris Marshall Chris Marshall [be2ca0] Update VERSION to 0.12 and fix one last package...
 Trans 2015-06-08 Chris Marshall Chris Marshall [be2ca0] Update VERSION to 0.12 and fix one last package...
 t 2012-11-17 Dima Kogan Dima Kogan [591b21] Import original source of PDL-LinearAlgebra 0.6
 Artistic_2 2013-12-03 Chris Marshall Chris Marshall [202506] Add new license file to git
 Changes 2015-06-08 Chris Marshall Chris Marshall [be2ca0] Update VERSION to 0.12 and fix one last package...
 Config 2013-11-28 Dima Kogan Dima Kogan [15ed5c] global conversion from DOS to UNIX line endings
 LinearAlgebra.pm 2015-06-08 Chris Marshall Chris Marshall [be2ca0] Update VERSION to 0.12 and fix one last package...
 MANIFEST 2013-12-03 Chris Marshall Chris Marshall [c22a80] Update VERSION to 0.08 and other clean-up for C...
 Makefile.PL 2015-06-08 Chris Marshall Chris Marshall [be2ca0] Update VERSION to 0.12 and fix one last package...
 README 2013-12-03 Chris Marshall Chris Marshall [f6a9e7] Update VERSION to 0.08_01 for more development

Read Me

PDL/LinearAlgebra version 0.08_01
=================================

This module provides a PDL interface to some routines of BLAS and LAPACK library.
Moreover it provides some linear algebra based routines (transcendental functions for matrices)
and some easy constructors for well known matrices.
BLAS and LAPACK libraries can be retrieved for example at www.netlib.org.


INSTALLATION

To install this module edit Real/Makefile.PL, Complex/Makefile.PL and Trans/Makefile.PL
to reflect your local BLAS and LAPACK installation and type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires PDL and working BLAS and LAPACK libraries.

COPYRIGHT AND LICENCE

Copyright (C) 2005-2007 Grégory Vanuxem
Copyright (C) 2013 Chris Marshall

This library is free software; you can redistribute it and/or modify
it under the terms of the Perl Artistic License as in the file Artistic_2
in this distribution.