Skip to contents

Use SVD to solve a linear system Ax=b

Usage

solve_svd(A_svd, b, threshold = 1e-12)

Arguments

A_svd

SVD of A

b

b

Value

x