numlinalg/RLinearAlgebra.jl

Gaussian random projection method

Closed this issue · 0 comments

vp314 commented

Given a matrix $A$ and a column vector $b$, generates a random vector $u$ with independent normally distributed entries to compute $u^\intercal A$ and $u^\intercal b$.