Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linear-algebra

A few questions about checking whether a set in C++ is an algebraic group

Solve small symmetric positive definite Ax = b on GPU only

What is causing the 2x slowdown in my Cython implementation of matrix vector multiplication?

Elegant implementation of n-dimensional matrix multiplication using lists?

Eigen Linear Solver for very small square matrix

c++ linear-algebra eigen

Add / substract between matrix and vector in pytorch

Efficiently computing a linear combination of data.table columns

Linear Algebra usage in programming [closed]

linear-algebra

How to write linearly dependent column in a matrix in terms of linearly independent columns?

r matrix linear-algebra

Efficient low-rank appoximation in MATLAB

matlab linear-algebra

Calculate a 2D homogeneous perspective transformation matrix from 4 points in MATLAB

Easiest way to multiply vector values together?

LAPACK SVD (Singular Value Decomposition)

linear-algebra lapack svd

Matrix multiplication in Common Lisp

Is Möller-Trumbore ray intersection the fastest?

How do I check if a simplex contains the origin?

shoot projectile (straight trajectory) at moving target in 3 dimensions

algorithm 3d linear-algebra

What are the pros and cons of using Matrices, Euler Angles, and or Quaternions for rotation representation? [closed]

pseudo inverse of sparse matrix in python

Compute Covariance Matrix in Java