Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Determinant calculation with CUDA [closed]

Power Method in MATLAB

Determinant of a complex matrix in R

Why does X.dot(X.T) require so much memory in numpy?

How to quickly determine if a matrix is a permutation matrix

Why is `sklearn.manifold.MDS` random when `skbio's pcoa` is not?

Algorithm to get which values make sum of a given number from array

LU decomposition with row pivot

r linear-algebra

Solve *sparse* upper triangular system

Solve linear equation system by given LU decomposition and vector of constants

performance loss after vectorization in numpy

BLAS matrix by matrix transpose multiply

matrix linear-algebra blas

Solving linear systems of equations

c++ linear-algebra