Feeds
質問
Is there a possibility to use 3D sparse matrices on GPU?
Hi I am aware of program ndsparse written to implement 3d sparse matrices by Matt J for CPU. However i think it does not extend...
約7年 前 | 1 件の回答 | 1
1
回答質問
parfor slower than for in my code.
Hi, My code is the following parfor nn=1:Na temp=A{nn}*B{nn}; temp(1,1) = 0; temp(Nb,1) =...
約7年 前 | 1 件の回答 | 0
1
回答質問
removing FOR loop to solve Ax=B on multidimensional arrays on GPU
Hi, my code looks this way now(Its an example code i wrote): A=gpuArray(rand([1000 1000 1000])); B=gpuArray(rand([1000 1 10...
約7年 前 | 1 件の回答 | 0
1
回答質問
speed up run time of mldivide function.
Hi, I am calling mldivide function about 10^7 times: my syntax looks this way: C=mldivide(A,B); where both A,B are sparse...
約7年 前 | 3 件の回答 | 0
3
回答質問
How to reassign values for sparse GPU arrays?
I created a sparse GPU array (say L=sparse(1:Nper-1,2:Nper,x,Nper,Nper), where x is a GPU array ). Then I tried to reassign va...
約7年 前 | 1 件の回答 | 0
1
回答回答済み
How to create a program to calculate taylor series of e^x using a while loop?
% calculation of e^x in taylor series x=3; % took an exampke vale of x=3 n=10; % took an example value of n=10 ...
How to create a program to calculate taylor series of e^x using a while loop?
% calculation of e^x in taylor series x=3; % took an exampke vale of x=3 n=10; % took an example value of n=10 ...
約8年 前 | 1


