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


