photo

JUNWEI ZHANG


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


What's the computational complexity of A\b in MATLAB? (A is a sparse non-square matrix)
MATLAB document says that if A is sparse and not a square, \ operation will turn to QR solver. I'm not very familiar with QR fac...

7 years ago | 0 answers | 0

0

answers

Question


What's the most efficient way to solve a sparse linear system Ax = b?
In my project I have to solve an over-determined linear system Ax = b, where A is a large and sparse non-square matrix. We've ex...

7 years ago | 2 answers | 0

2

answers