Scala basicsLinear algebra: transpose vs conjugate transposeFamiliarity with DenseVector class
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
30
研究方向
Investigate the .t operation for DenseVector[Complex] by examining the existing implementation of .t for other vector types in DenseVector.scala. Review the linked PR #232 for context on the discussion. Determine whether .t should perform transpose or conjugate transpose for complex vectors. Then propose a change and implement it accordingly.
Figure out _.t for DenseVector[Complex] (transpose vs. conjugate transpose) · scalanlp/breeze#233 | Good First Issue