Projects tagged ‘math’ and ‘vector’


[20 total ]

13 Users

Eigen is a C++ template library for linear algebra (vectors, matrices, and related algorithms). * It supports tiny, dense, and sparse matrices (the latter is still experimental), fully integrated ... [More] with one another. * It takes full advantage of expression templates to provide a great API. For example, m.row(i)+=m.row(j) just works. * Expression templates are also the basis for many optimizations: automatic determination of which temporaries to remove, and intelligent explicit vectorization (SSE and ALtiVec). * Performance is on par with the best BLAS implementations (see http://eigen.tuxfamily.org/index.php?title=Benchmark). * It keeps in mind the real needs of apps, for example the geometry features needed for 3D graphics [Less]
Created over 3 years ago.

11 Users
 

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

10 Users
   

(from the scilab homepage...) Scilab is a scientific software package for numerical computations providing a powerful open computing environment for engineering and scientific applications. ... [More] Scilab is an open source software. Since 1994 it has 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]
Created over 2 years ago.

2 Users
   

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 ... [More] interface, allowing a CLR-based operations engine as well 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]
Created over 2 years ago.

1 Users

The Configurable Math Library (CML) is an open-source C++ library designed for use in games, graphics, computational geometry, and related applications. It includes vector, matrix, and quaternion ... [More] classes, and a large library of related functions. Vectors and matrices can be of arbitrary size, and all classes are parameterized by element type. Other options, such as matrix layout and choice of row- or column-vector notation, are available as well. The CML can be used as an extension to an existing math library, in lieu of or as an extension to the DirectX math library, or as a drop-in solution for OpenGL-based applications. [Less]
Created about 1 year ago.

1 Users
 

VMMLib is a vector and matrix math library implemented using C++ templates, thus making it very easy to integrate into other libraries and programs.
Created over 2 years ago.

1 Users

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 ... [More] multiplication or matrix inverse. Operations like mean, 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]
Created about 1 year ago.

0 Users

This is my first Google Code project. My goal with this project is to learn Linear Algebra and Trigonometry in a way that is fun and useful to other BlitzMax programmers. BlitzMax takes alot of the hard work out of setting up a 2D graphics project.
Created 12 months ago.

0 Users

Deutsch: vektoria ist ein Delphi Vektor Analyse Programm, das die Lage von versch. Ebenen, Geraden und vektoren im Raum analysiert. English: vektoria is a delphi vector analysis program, that ... [More] analyzes the position of straight lines, plains and vectors in a 3d space [Less]
Created 12 months ago.

0 Users

A set of C/C++ functions and methods meant to provide an optimized version of standard mathematical functions for armv6 processors implementing a vfp.
Created 8 months ago.