User: drudox84

  • Public profile

User profile: drudox84

User info
User name:drudox84
History
Joined:
Number of posts:14
Latest posts:

how to convert block compressed row to dense matrix?
I've figure out the way to plot the "blocks matrix" the smaller in the picture with relative index o...

how to convert block compressed row to dense matrix?
I'm interesting to create a class for storing sparse matrix in Block Compressed Sparse Row format : ...

How to print submatrix?
I solved it : [code] for(auto w=0; w<= bsz ; w+=2) { for(auto k=0; k <= bsz ; k+=2) ...

How to print submatrix?
I'm trying to plot out this matrix : [code] 11 12 13 14 0 0 0 22 23 0 0 0 0 0 33 34 35 36...

Difference between Fortran code and is C++ version
Hi all , I don't understand why this two doce give different result ... I know that Fortrn start ind...

This user does not accept Private Messages