numlinalg/RLinearAlgebra.jl

Uniform random projection method

vp314 opened this issue · 0 comments

vp314 commented

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