MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / mutableMultiply

Method mutableMultiply

JSAT/src/jsat/linear/Matrix.java:402–402  ·  view source on GitHub ↗

Alters the current matrix to be equal to A c @param c the scalar constant to multiply by

(double c)

Source from the content-addressed store, hash-verified

400 * @param c the scalar constant to multiply by
401 */
402 abstract public void mutableMultiply(double c);
403
404 /**
405 * Alters the current matrix to be equal to <i>A*c</i>

Calls

no outgoing calls