Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Feb 1, 2021
1 parent 8f824c2 commit b617efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
processing_version = 3.3.7
jcuda_version = 10.2.0

version = beta-1.1.0
version = beta-1.1.1
maven_group = com.oroarmor
archives_base_name = neural-network
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ default T print() {
T subtractMatrix(T other);

/**
* Transposes the matrix (rows -> cols and cols -> rows)
* Transposes the matrix (rows -> cols and cols -> rows)
* @return The transposed matrix
*/
T transpose();
Expand Down

0 comments on commit b617efc

Please sign in to comment.