Download List

Projeto Descrição

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 versão usa Module:: Build, assim Math:: MatrixReal em teoria deveria ser capaz de compilar em sistemas sem fazer. Um operador de concatenação de novo ".", Por exemplo, $ c = $ a. b $, concatena duas matrizes de lado a lado. O assign_row função foi adicionada. O início de uma reformulação suite de testes para converter para Teste:: Mais.
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

Sobrecarga do operador de divisão ao dividir uma matriz por um escalar foi corrigido. A taquigrafia "A / B" pode ser usada para significar "A * (B ** -1)" quando A e B são matrizes.
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 / limpezas POD e da integração da Matemática:: MatrixReal:: versão Ext1 0,007.
Tags: Initial freshmeat announcement
Code/POD cleanups and the integration of Math::MatrixReal::Ext1 version 0.007.

Project Resources