Projects tagged ‘library’, ‘linear_algebra’, ‘math’, and ‘mathematics’


Jump to tag:

Projects tagged ‘library’, ‘linear_algebra’, ‘math’, and ‘mathematics’

Filtered by Project Tags library linear_algebra math mathematics

Refine results Project Tags vector (2) matrix (2) linear (1) fft (1) solver (1) algebra (1) dotnet (1) numerical (1) combinatorics (1) random (1) template (1) interpolation (1)

[2 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.

4USERS
 

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 with one another. * It takes full advantage of ... [More] 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]