This commit is contained in:
ngb
2022-07-21 21:02:10 +02:00
parent 78c93666d0
commit 1ca13c977a
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ import java.util.function.DoubleUnaryOperator;
* Die Klasse ist nur minimal optimiert und sollte nur für kleine Netze
* verwendet werden. Für größere Netze sollte auf eine der optionalen
* Bibliotheken wie
* <a href="">Colt</a> zurückgegriffen werden.
* <a href="https://dst.lbl.gov/ACSSoftware/colt/">Colt</a> zurückgegriffen
* werden.
*/
public final class DoubleMatrix implements MLMatrix {

View File

@@ -115,7 +115,7 @@ public interface MLMatrix {
* C = this . B + V'
* </pre>
* wobei {@code this} dieses Matrixobjekt ist und {@code .} für die
* Matrixmultiplikation steht. {@vode V'} ist die Matrix {@code V}
* Matrixmultiplikation steht. {@code V'} ist die Matrix {@code V}
* {@code rows()}-mal untereinander wiederholt.
* <p>
* Wenn diese Matrix die Dimension r x c hat, dann muss die Matrix {@code B}