Projects/pyblm
Projects
/
pyblm
Archived
5
0
Fork 0
A bilinear modeling library for python
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
rot 8966f6458f Relocate README from trac 2023-01-25 13:38:36 +01:00
arpack Added symmetric poweriterations to sandbox 2007-12-12 22:08:55 +00:00
debian Modified changelog to reflect package contents. 2007-12-10 17:40:23 +00:00
pyblm merge fix 2008-01-08 11:33:49 +00:00
sandbox/powerit Added symmetric poweriterations to sandbox 2007-12-12 22:08:55 +00:00
tests Added test on lpls, updated centering in blm, added pls_qvals 2007-12-03 14:48:10 +00:00
wiki/graphics Relocate README from trac 2023-01-25 13:38:36 +01:00
COPYING Added BSD license, simple readme file and added arpack to setup.py. 2007-10-11 09:43:45 +00:00
README.md Relocate README from trac 2023-01-25 13:38:36 +01:00
README.old Relocate README from trac 2023-01-25 13:38:36 +01:00
setup.py Added BSD license, simple readme file and added arpack to setup.py. 2007-10-11 09:43:45 +00:00

README.md

PyBLM

This is the homepage of PyBLM, a bilinear modeling library in the Python programming language.

Download and Installation

Releases

There is no release of PyBLM.

Development Version

You can download the development version by typing:

git clone https://git.pvv.ntnu.no/Projects/pyblm.git

This will download the latest svn version and place it in a directory named pyblm under your current working directory.

Requirements

We use python 2.5 on Debian and Ubuntu, and thus recommend you to do likewise as that is were we can debug stuff. PyBLM should work just fine on any sane linux distro, and supposedly also on windows.

Features

  • LPLS

Documentation

  • There is no documentation.