How to vectorice a set of linear system of equations over 4D and 3D matrices

1 回表示 (過去 30 日間)
Luis Isaac
Luis Isaac 2013 年 8 月 5 日
Dear
I have a 4D and a 3D matrix, and over them we have to perform the following operations:
for i=1 to n
for j=1 to m
v(i,j,:)=Jac(:,:,i,j)\F(:,i,j);
end
end
Is there any way to vectorize this operation in order to improve the efficiency?
Many thanks,

回答 (0 件)

カテゴリ

Help Center および File ExchangeSystems Of Linear Equations についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by