photo

Amin zaami


Last seen: 3개월 전 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

통계학

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

배지 보기

Feeds

보기 기준

답변 있음
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년 전 | 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년 전 | 0