MathArray

From GNUstepWiki
Revision as of 03:53, 5 September 2007 by Fedor (talk | contribs) (New version)
Jump to navigation Jump to search

Class library for mathematical manipulation of matrices.

Current Version: 1.1

  • Released: Sep 04, 2007
  • Licensed: LGPL 2

Overview

MathArray is a general library of classes for performing mathematical operations on arrays (vectors, matrices, etc) of values. It can operate on any standard 'C' number type plus numbers of complex type. [...] MathArray knows implicitly what types of operations can be performed on what types of numbers and will automatically cast itself to the correct number type representation to handle the specific operation. Standard operations include addition, scalar and matrix multiplication and logical operations. Mathematical operations in the standard C math library are also supported, as well as user-defined functions. – From the README file.

Features

<...>

Maintainer

Adam Fedor

Related Links