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.