Skip to content

Commit

Permalink
Divided -> Divide
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozsef Kutas authored and lessthanoptimal committed Jun 29, 2023
1 parent 0f04685 commit 3e980d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/ejml-simple/src/org/ejml/simple/SimpleMatrix.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
* <tr><td>{@link #scaleComplex(double, double)}</td>
* <td>Multiply by a complex scalar value.</td></tr>
* <tr><td>{@link #divide(double)}</td>
* <td>Divided by a scalar value.</td></tr>
* <td>Divide by a scalar value.</td></tr>
* <tr><td>{@link #mult(ConstMatrix)}</td>
* <td>Multiply with another matrix.</td></tr>
* <tr><td>{@link #dot(ConstMatrix)}</td>
Expand Down

0 comments on commit 3e980d6

Please sign in to comment.