Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linear-algebra

Trace of a crossproduct-matrix - a faster computation?

How to get dot product of two sparsevectors in O(m+n) , where m and n are the number of elements in both vectors

Gauss-Jordan Elimination versus LU Decomposition

algorithm linear-algebra

How to reduce a fully-connected (`"InnerProduct"`) layer using truncated SVD

How can I use numpy to create a diagonal matrix from a 1d array?

What is the mathematical explanation of adding 2d Array and 1d Array?

In a calibrated stereo-vision rig, how does one obtain the "camera matrices" needed for implementing a 3D triangulation algorithm?

C++ libraries for Image Segmentation [closed]

principal component analysis (PCA) in R: which function to use?

Change of basis in numpy

python numpy linear-algebra

Linear algebra library for Scala? [duplicate]

scala linear-algebra

Linear regression and matrix division in Julia

julia linear-algebra

RayTracing: When to Normalize a vector?

NumPy matrix plus column vector

Efficient way to solve for X in AX=B in MATLAB when both A and B are big matrices

How to reflect a line over another line

Find out if 2 lines intersect [duplicate]

c++ geometry linear-algebra

How do I translate parabolically?

How can I compute the null space/kernel (x: M·x = 0) of a sparse matrix in Python?