
Amin zaami
Statistics
RANK
255,030
of 262,727
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
17,365 of 17,986
REPUTATION
0
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
5
ALL TIME DOWNLOADS
5
RANK
of 113,722
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
3D meshing for finite difference problems
This is a simple meshing in 3D to represent finite difference data in the nice environment of MATLAB.
27 days ago | 5 downloads |
How can I define an array of sparse matrix? (both for GPU and CPU)
See example below for sparse on GPU: sparse(A1,A2,gpuArray(1),m1,m2); sparse(41200,41200,gpuArray(1),41200,41200); f...
2 months ago | 0
Sparse arrays on GPU?
See example below for sparse on GPU: sparse(41200,41200,gpuArray(1),41200,41200); first 2 arguments for size, last t...
2 months ago | 0