Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linear-algebra

Which C++ libraries should I use for a large parallel computing number-crunching project exploiting third-party applications

Computing Lagrange Multiplers for a simple Support Vector Machine

Fast linear system solver for D? [closed]

Return CATransform3D to map quadrilateral to quadrilateral

Check if a matrix is an identity matrix in Matlab

Most efficient way to select point with the most surrounding points

compact/efficient replacement for diag(X V X^T)?

r linear-algebra

Find out if two symmetric matrices are the same up to a permutation of the rows/columns

Quaternion division and hyperbolic tangent tanh

Multiple levels of parallelism using OpenMP - Possible? Smart? Practical?

Algorithm to complete a corrupted matrix of data

algorithm linear-algebra

Matlab + CUDA slow in solving matrix-vector equation A*x=B

Numpy - Dot Product of a Vector of Matrices with a Vector of Scalars

python numpy linear-algebra

Non-negative least squares for underdetermined system

Wrapping a LAPACKE function using Cython

How to "recover" a 3-dimensional (2 x 2 x 2) array (a cube) from 3 two dimensional matrices (the cube faces)

arrays r matrix linear-algebra

Representing Travelling Salesman as Linear Expression

How do I use variable size vectors in Edward Kmett's "Linear" library?

Javascript equivalent functions to Matlab Functions: Polyfit/Polyval?

Poor performance for calculating eigenvalues and eigenvectors on GPU

c++ cuda linear-algebra gpgpu