scalanlp/breeze

Missing Transpose(DenseVector)*CSC operation?

開放

#715 建立於 2018年6月20日

 (1 則留言) (2 個反應) (0 位負責人)Scala (690 個分叉)batch import
good first issue

倉庫指標

星標
 (3,453 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南