Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.195 Times

Lapack software
 

Lapack

Added: July 16, 2010 | Visits: 990

LAPACK LAPACK is a linear algebra library, based on LINPACK and EISPACK. LAPACK is written in Fortran77 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated... Platforms: *nix

License: Freeware Size: 10.6 MB Download (117): LAPACK Download

Added: September 22, 2013 | Visits: 468

Lapack++ For Linux LAPACK++ is a library for high performance linear algebra computations. This version includes support for solving linear systems using LU, Cholesky, QR matrix factorizations, for real and complex matrices. Features . Real and complex-valued Matrix Operations . Fast Linear Equation... Platforms: *nix

License: Freeware Size: 624.64 KB Download (34): Lapack++ For Linux Download

Added: June 14, 2013 | Visits: 195

MPACK MPACK is a free and open source library that provides a multiple precision arithmetic version of linear algebra package, similar to the BLAS and LAPACK. Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.62 MB Download (42): MPACK Download

Released: April 14, 2009  |  Added: June 02, 2009 | Visits: 1.327

NMath Core NMath Core contains foundational classes for object-oriented numerics on the .NET platform. Product features include: Single- and double-precision complex number classes; full-featured vector and matrix classes for single- and double-precision floating point numbers and single- and... Platforms: Windows

License: Demo Cost: $395.00 USD Size: 30.99 MB Download (107): NMath Core Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 566

Armadillo C++ matrix library Armadillo is a fast, template based, C++ matrix library with optional interface to LAPACK and ATLAS libraries. Integer, floating point and complex numbers are supported, as well as disk storage and a subset of trigonometric and statistics functions. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 2.79 MB Download (50): Armadillo C++ matrix library Download

Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 305

CPPLapack CPPLapack is a c++ class wrapper for BLAS and LAPACK.Its special features are the followings. [1]User-friendly interface [2]Hi-speed matrix calculations using BLAS and LAPACK [3]Minimized number of copy times using Smart Temporary system Platforms: Windows, Mac, Linux

License: Freeware Size: 2.72 MB Download (50): CPPLapack Download

Added: August 25, 2013 | Visits: 470

FLENS FLENS (Flexible Library for Efficient Numerical Solutions) is a C++ library for scientific computing. It can be considered as a very convenient and --- at the same time --- extremely efficient interface for BLAS and LAPACK. But it is much more than this Platforms: *nix

License: Freeware Size: 112.64 KB Download (50): FLENS Download

Added: April 15, 2013 | Visits: 260

Blendenpik This library implements a randomized algorithm for solving the least-squares equation x = arg min norm(A * x - b, 2) or the underdetermined system min(norm(x, 2)) s.t. Ax=b. With high probability the running this o(mn^2) for an m-by-n matrix.For details of the solver see the paper at:Blendenpik:... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): Blendenpik Download

Added: July 31, 2013 | Visits: 386

Least squares with minimum-norm solution This function calculates the minimum-norm solution of the least squares problem A*X = B. Where A is low-rank matrix. The function LSMIN is faster then the matlab alternative X = pinv(A)*B. Uses the LAPACK functions (S,C,D,Z)EGLSS or (S,C,D,Z)EGLSD. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Least squares with minimum-norm solution Download

Added: July 22, 2013 | Visits: 507

Armadillo for linux Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through... Platforms: *nix

License: Freeware Size: 2.78 MB Download (37): Armadillo for linux Download

Added: February 05, 2006 | Visits: 3.321

.NET Matrix Library The Bluebit .NET Matrix Library provides classes for object-oriented linear algebra in the .NET platform. It can be used to solve systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalues and eigenvectors problems, and singular value... Platforms: Windows

License: Commercial Cost: $195.00 USD Size: 2.53 MB Download (509): .NET Matrix Library Download

Added: January 24, 2010 | Visits: 737

LFMat LFMats goal is to furnish convenient matrix tools for the finite element methods. Actually, theres a lot of libraries for linear algebra on the net, but it seems that its still hard to find flexible and high performance free software for the required procedures (genericity, speed, adaptated... Platforms: *nix

License: Freeware Size: 409.6 KB Download (89): LFMat Download

Added: May 12, 2010 | Visits: 1.138

Meta Matrix Library Meta Matrix Library is a modular designed collection of C libraries. Meta Matrix Library was developed as part of the Free Finite Element Package to provide easy and consistent access to numerical linear algebra software for sparse and dense matrices. The dense matrix and vector operations of... Platforms: *nix

License: Freeware Size: 460.8 KB Download (119): Meta Matrix Library Download

Added: October 02, 2010 | Visits: 1.320

Free Finite Element Package Free Finite Element Package is a modular collection of C libraries which contain numerical methods required when working with linear and quadratic finite elements in two dimensions. FFEP works on GNU/Linux and is portable to every system where MEML (i.e. LAPACK and BLAS) are available. The goal... Platforms: *nix

License: Freeware Size: 337.92 KB Download (125): Free Finite Element Package Download

Added: February 21, 2010 | Visits: 706

LinAl LinAl was designed to bring together C++ and FORTRAN. At the same time LinAl is supposed to be easy to use, fast, and reasonably safe. LinAl library is based on STL techniques and uses the STL containers for the storage of matrix data and STL algorithms where feasible. Low level, algebraic... Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): LinAl Download

Added: September 06, 2010 | Visits: 680

Seldon Seldon is a C++ library for linear algebra. Seldon provides matrix and vector structures, and some methods and functions for computations (linear algebra). Seldon is designed to be efficient and convenient, which is notably achieved thanks to template classes. Exception handling and several debug... Platforms: *nix

License: Freeware Size: 68.61 KB Download (97): Seldon Download

Added: January 25, 2010 | Visits: 949

Ch Ch supports ISO C standard (C90), major new features in C99, classes in C++, POSIX, X/Motif, Windows, OpenGL, ODBC, GTK+, C LAPACK, CGI, 2D/3D graphical plotting, advanced numerical computing, and shell programming. Moreover, Ch has many salient features from other languages and software... Platforms: Mac

License: Demo Cost: $0.00 USD Size: 6.6 MB Download (93): Ch Download

Added: January 25, 2010 | Visits: 939

Ch Standard Edition Ch from SoftIntegration, Inc. is a superset of C interpreter. It is the most complete C interpreter in existence for scripting, plotting and numerical computing. It supports 1990 ISO C Standard (C90), major features in C99, classes in C++, POSIX, X11/Motif, OpenGL, ODBC, XML, GTK+, Win32, CGI,... Platforms: Mac

License: Freeware Size: 6.6 MB Download (115): Ch Standard Edition Download

Added: January 25, 2010 | Visits: 952

Matlab Matlab integrates mathematical computing, visualization, and a powerful language to provide a flexible environment for technical computing. The open architecture makes it easy to use Matlab and its companion products to explore data, create algorithms, and create custom tools that provide early... Platforms: Mac

License: Demo Cost: $0.00 USD Size: 12.2 MB Download (176): Matlab Download

Added: September 11, 2013 | Visits: 1.320

Armadillo Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through... Platforms: Mac

License: Freeware Size: 2.76 MB Download (118): Armadillo Download