Feeds
提问
Sum over cell array of sparse matrices
I have 100 sparse matrices of size N by N, where N=65536. They have about 5500000 nonzero elements(0.13% of N^2) close to the...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to handle rounding error?
I want to check if the roots of a polynomial have absolute value <= 1. tried to handle roundoff error by using eps, but only eps...
10 years 前 | 1 个回答 | 0
