Download List

Descripción del Proyecto

Math::MatrixReal is a Perl module for manipulating
NxM real matrices. Some of the notable features
are operator overloading, LR decomposition,
eigenvalue/eigenvector algorithms for symmetric
matrices, and export to Matlab/LaTeX/Yacas formats.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-01-28 01:11
2.03

Esta versión usa Module:: Build, así Math:: MatrixReal en teoría debería ser capaz de compilar en sistemas sin hacer. Un operador de concatenación de nuevo ".", Por ejemplo, $ c = $ a. b $, concatena dos matrices de lado a lado. El assign_row función ha sido agregada. El comienzo de una revisión de conjunto de pruebas para convertir a la prueba:: Más información.
Tags: Minor feature enhancements
This release uses Module::Build, so Math::MatrixReal should in theory be able to compile on systems without make. A new concatenation operator ".", e.g. $c = $a . $b, concatenates two matrices side-by-side. The function assign_row has been added. The beginning of a test suite overhaul to convert to Test::More.

2007-06-10 09:04
2.02

La sobrecarga del operador de división al dividir una matriz por un escalar fue corregido. La forma abreviada "A / B" se puede utilizar para decir "A * (B ** -1)" cuando A y B son matrices.
Tags: Minor bugfixes
Overloading of the division operator when dividing
a matrix by a scalar was fixed. The shorthand
"A/B" can be used to mean "A * (B ** -1)" when A
and B are matrices.

2005-08-25 06:40
2.01

Código / limpieza POD y la integración de las Matemáticas:: MatrixReal:: Versión Ext1 0,007.
Tags: Initial freshmeat announcement
Code/POD cleanups and the integration of Math::MatrixReal::Ext1 version 0.007.

Project Resources