Feeds
提问
How to compute fast?
Hi, I have the following code that I need to vectorize to compute faster: Here, neq = 3197; length(K1) = 152; d1 is such ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Can I make this for loop fast?
Hi, I have a for loop that do some matrix multplicaton. Here, max i and j is 2000, U_new is a matrix of size 200 by 20, K111 cel...
6 years 前 | 1 个回答 | 0
1
个回答提问
Efficient way to multiply an cell matrix with a scaler?
Hi, I have a for loop that multiplies a cell matrix with a scaler component. The size of K11{1,i} is never too big (maximum 50 ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Adding sparse matrices efficiently?
Hi, I have a cell array which consists of many sparse matrices. For example: N.B. In my original problem each sparse matrix is ...
6 years 前 | 2 个回答 | 0
2
个回答提问
How can I converged to a solution using these constraints?
Hello Everyone, I have an optimization problem to minimize my objective function which is a function of x. My constraints are f...
7 years 前 | 0 个回答 | 0