0.15.0 #89
t-hishinuma
started this conversation in
General
0.15.0
#89
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For more detail in Changelog
Added
Fixed
Changed
Dense Dense::transpose()
// return A^T -->void Dense::transpose()
// A=A^Tvoid Dense::transpose(const Dense B)
// A=B^T, this function is not changedCOO COO::transpose()
// return A^T -->void COO::transpose()
// A=A^Tvoid COO::transpose(COO B) const
// B=A^T -->void COO::transpose(const COO B)
// A=B^TThis discussion was created from the release 0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions