scalanlp/breeze

Missing Transpose(DenseVector)*CSC operation?

Open

#715 geöffnet am 20. Juni 2018

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Scala (690 Forks)batch import
good first issue

Repository-Metriken

Stars
 (3.453 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide