Community Profile

photo

Abhishek


Active since 2012

Statistics

  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Finding CRS format of matrix in Mex
Thanks for reply. I have to perform some operation on sparse matrices in CUDA. For that I need first matrix in CRS format. So...

11 years ago | 0

Question


Finding CRS format of matrix in Mex
Hi, I am using mex bridge to perform some operations sparse matrices from matlab.One of the operations requires me to convert...

11 years ago | 2 answers | 0

2

answers

Question


Sparse Matrix Multiplication
Hi, I know there are many mex based routines are available for sparse matrix multiplication (such as SSMULT), however, I am w...

12 years ago | 0 answers | 0

0

answers

Answered
Calling CUDA library functions from Matlab
Hi, This link might be able to help. <http://forums.nvidia.com/index.php?showtopic=229082> Cheers.

12 years ago | 0

| accepted

Answered
Printing Sparse Matrix in mex function in CCS format
Thanks a lot.I already wrote something similar but your explanation on size of JC and other caveats for indexing have given me s...

12 years ago | 0

Answered
Printing Sparse Matrix in mex function in CCS format
Hi, Thanks a ton for your reply. However, I just want to print the matrix as its component arrays, that is IR JC and Val. ...

12 years ago | 0

Question


Printing Sparse Matrix in mex function in CCS format
Hi, I am relatively new user of mex and matlab.I have to do some operations on sparse matrices,which also includes printing t...

12 years ago | 4 answers | 0

4

answers