Sparse

Sparse Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 657
  • Released: Jun 7, 2007

Sparse Description

'sparse' is a matrix class based on a dictionary to store data using 2-element tuples (i,j) as keys (i is the row and j the column index). The common matrix operations such as 'dot' for the inner product, multiplication/division by a scalar, indexing/slicing, etc. are overloaded for convenience.

When used in conjunction with the 'vector' class, 'dot' products also apply between matrics and vectors. Two methods, 'CGsolve' and 'biCGsolve', are provided to solve linear systems.

Sparse Bookmark

Hyperlink code:
Hyperlink for Forum code:

Sparse Script Download Notice

Top 4 Download periodically updates information of Sparse script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Sparse torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

tvmet

Tiny Vector and Matrix template library uses Meta Templates (MT) and Expression ... systems."Tiny" is a subjective term, but typically means vectors and matrices of size ten (10) or less.Features: ... - type promotion (for handling Matrices and Vectors of differing types). - works on self ... the expanded expression tree). - Matrices and Vectors with fixed sizes (of course), the data is ...

ATLAS

ATLAS (Automatically Tuned Linear Algebra Software) provides highly optimized Linear Algebra kernels for arbitrary cache-based architectures.ATLAS provides ANSI C and Fortran77 interfaces for the entire BLAS API, and a small portion of the LAPACK API. ...

SimplexInPHP

Simplex-in-PHP are PHP scripts that solve small linear programming and integer linear programming problems executing the simplex method step by step, printing the tableau and drawing the graphical analysis.Useful for students in Operational Research. ...

GNU Scientific Library

... Numbers Roots of Polynomials Special Functions - Vectors and Matrices Permutations Sorting - BLAS Support Linear Algebra Eigensystems - Fast Fourier Transforms Quadrature Random Numbers - Quasi-Random Sequences Random Distributions Statistics - Histograms N-Tuples Monte Carlo Integration ...

Extended great common divisor function

... gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b). ...
Python