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.