Skip to content

Commit

Permalink
Update README a little
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Oct 19, 2009
1 parent 42ec316 commit d54b81e
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README
Expand Up @@ -2,31 +2,26 @@ parrot-linear-algebra

A linear algebra library package for Parrot

PROJECT GOALS

The initial goals of this package are to receive and make independent the
bindings for CBLAS and CLAPACK that were originally developed for the Matrixy
compiler project

OLD: http://code.google.com/p/matrixy
NEW: http://github.com/Whiteknight/matrixy

Development on this projece will proceed in several phases, and has multiple
goals, which may be attacked in concert:

1) Create proper bindings for CBLAS and CLAPACK library routines, including
translational wrappers to convert Parrot data types into matrices used
by these libraries
2) Create a proper build system that can find and link to the CBLAS and
CLAPACK libraries. Possibly even download and build them from source
3) Create a 2-D numerical matrix PMC type that can be used to provide
low-level access to library routines with minimal conversion
4) Creation of any additonal bindings or wrappers that may be useful to
high-level language projects

STATUS
Currently, this package is in an extreme state of disrepair because it is
being separated from the Matrixy project. Nothing works, nothing builds, and
this is expected.

DEPENDENCIES
<unknown>

BUILDING
<unknown>

CREDITS
Original versions were developed as part of the Matrixy project by Blairuk.

Expand Down

0 comments on commit d54b81e

Please sign in to comment.