photo

Amin zaami


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English
Professional Interests:
Atomic, Molecular & Optical, Heat and Mass Transfer, Mechanical Engineering, Aerospace and Defense

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

3 Files

RANK
218,616
of 300,499

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
16,491 of 21,021

REPUTATION
7

AVERAGE RATING
0.00

CONTRIBUTIONS
3 Files

DOWNLOADS
3

ALL TIME DOWNLOADS
70

RANK

of 169,381

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

  • MATLAB Flipbook Mini Hack Participant
  • First Review
  • First Submission
  • First Answer

View badges

Feeds

View by

Answered
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...

3 years ago | 0

Answered
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...

3 years ago | 0