Lu


Matrix TCL 2.11
This is a C++ template class library to perform matrix calculations, just like built-in data types, with ease and efficiency in your programs. It supports most of the matrix calculations like arithmetic operations, sub-matrix operations, inversion, various matrix decompositions, solution of simultaneous linear equations, eigen value and eigen vector problem, and much more. Full source code is included with the package.
c++, matrix, template, class, library, inversion, lu, decompositions, linear, equations,
 
.NET Matrix Library .NET Matrix Library 2.5.5000.811
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 problems. Also provided are the associated matrix factorizations such as Eigen, LQ, LU, Cholesky, QR, SVD. Both real and complex matrices are supported.
matrix, vector, math, eigenvalues, eigenvalue, eigenvectors, eigenvector, qr, cholesky, lu,
Matrix ActiveX Component Matrix ActiveX Component 3.1
The Matrix ActiveX Component simplifies the use of matrix operations in application development. It provides for matrix operations such as addition, subtraction, multiplication, inversion, transpose, computation of determinant, LU and Cholesky decompositions. Advanced edition additionally supports QR and Singular Value (SVD) decompositions, Eigenvalue and Eigenvector computation for symmetric and non symmetric real or complex matrices.
matrix, math, eigenvalues, eigenvalue, eigenvectors, eigenvector, qr, cholesky, lu, decomposition,
 
KonstSolver KonstSolver 1.086
KonstSolver is a high-performance vector and matrix library for .NET (C#, C++, and VB), thread based, 100% managed code. A parallel LU algorithm for solving dense systems of linear equations of the form Ax = b provides amazing speedup on multicore and multiprocessor computers. KonstSolver allows the following parallel matrix/vector operations: add, subtract, multiply vector and/or matrix, divide by constant, etc.
parallel, matrix, vector, lu, multicore, linear, algebra, equations,