Projects tagged ‘math’, ‘mathematics’, ‘matrix’, and ‘numerical’


Jump to tag:

Projects tagged ‘math’, ‘mathematics’, ‘matrix’, and ‘numerical’

Filtered by Project Tags math mathematics matrix numerical

Refine results Project Tags linear_algebra (4) vector (4) scientific (3) equations (2) computing (2) algebra (2) linear (2) scientific_computing (2) algorithm (2) statistics (2) solver (2) maths (2)

[4 total ]

6USERS
 

A mathematical open source library written in C#/.Net, aiming to provide a self contained clean framework for symbolic algebraic and numerical / scientific computations.

2USERS
   

An implementation of linear algebra numerical structures and methods for the CLR. NPack is unique in that it uses generics for matrix element definitions, and a set of matrix operations via an interface, allowing a CLR-based operations engine as well ... [More] as the opportunity to use GPGPU-based operation engines. NPack was initially ported from Java Matrix Package (JAMA) by the US National Institute of Standards and Technology (which was a Java reinterpretation of LINPACK). [Less]

2USERS
 

(from the scilab homepage...) Scilab is a scientific software package for numerical computations providing a powerful open computing environment for engineering and scientific applications. Scilab is an open source software. Since 1994 it has ... [More] been distributed freely along with the source code via the Internet. It is currently used in educational and industrial environments around the world. Scilab is now the responsibility of the Scilab Consortium, launched in May 2003. There are currently 25 members in Scilab Consortium. [Less]

1USERS

The Universal Java Matrix Package (UJMP) is an open source Java library that provides sparse and dense matrix classes, as well as a large number of calculations for linear algebra like matrix multiplication or matrix inverse. Operations like mean ... [More] , correlation, standard deviation, replacement of missing values or mutual information are also supported. Matrices can be imported from and exported to a large number of file formats, also linking to JDBC databases is supported. The Universal Java Matrix Package supports multidimensional matrices as well as generic matrices with a specified object type and can also handle very large matrices even when they do not fit into memory. [Less]