We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f78e59 commit d82dec9Copy full SHA for d82dec9
Data Structures/Matrix/Matrix.java
@@ -121,10 +121,10 @@ public Matrix scale(int scalar) {
121
}
122
123
/**
124
- * Returns this matrix scaled by a factor. That is, computes sA where s is a
+ * Returns this matrix divided by a factor. That is, computes sA where s is a
125
* constant and A is a matrix (this object).
126
*
127
- * @param scalar : value to scale by
+ * @param scalar : value to divide by
128
* @return A new matrix scaled by the scalar value
129
*/
130
public Matrix divide(int scalar) {
0 commit comments