Hi KarlI was trying to run sparse matrix multiplication, but one of my explicit 
template typedefs had Int. After some digging, I found out that CSR only 
supported Float or double. Is there any reason for this? Can we also have 
support for other templates? (like int ?)Another thing would be the alignment 
order. Suppose I have a Row-major Sparse Eigen matrix, then I can copy it to a 
(Row-Major ?) VCL compressed matrix. What about a column-major sparse Eigen 
matrix? Thanks and Regards
Sumit
      From: Karl Rupp <[email protected]>
 To: Sumit Kumar <[email protected]> 
Cc: "[email protected]" 
<[email protected]> 
 Sent: Friday, July 31, 2015 9:04 PM
 Subject: Re: [ViennaCL-devel] ViennaCL reductions
   
Hi Sumit,

 > I am aware that Eigen can do it for its matrices and I am also aware
> that VCL cannot do it natively. My question was this:
> In your example of interfacing with Eigen, you have shown a VCL dense
> matrix interfacing with an Eigen dense matrix. Do you have any example
> of interfacing an Eigen Sparse matrix with a VCL dense matrix?

No, we don't have this.



Best regards,
Karli




  
------------------------------------------------------------------------------
_______________________________________________
ViennaCL-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/viennacl-devel

Reply via email to