scalanlp/breeze

Missing Transpose(DenseVector)*CSC operation?

Open

#715 aperta il 20 giu 2018

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)Scala (690 fork)batch import
good first issue

Metriche repository

Star
 (3453 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hello!

I have a CSC sparse matrix and a DenseVector. I want to do the operation transpose(DenseVector)*CSCMatrix, which should yield a Transpose(DenseVector). As far as I could see, this method is not implemented. This seems implemented for transpose(SparseVector)CSCMatrix (method canMulSVt_CSC_eq_SVt in CSCMatrixOps.scala ), but I could not find a DenseCSC method. Can someone confirm this implementation is not present in Breeze? If so I add it

cheers

Guida contributor