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

Method multiply

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

If this matrix is A m x n , and b has a length of n, and c has a length of m, then this will mutate c to store c = c + A b z @param b the vector to be treated as a colum vector @param z the constant to multiply the A b

(Vec b, double z, Vec c)

Source from the content-addressed store, hash-verified

277 * @throws ArithmeticException if the dimensions of A, <b>b</b>, or <b>c</b> do not all agree
278 */
279 abstract public void multiply(Vec b, double z, Vec c);
280
281 /**
282 * Creates a new vector that is equal to <i>A*<b>b</b> </i>

Callers 15

testCopyMethod · 0.95
testCopyMethod · 0.95
testCopyMethod · 0.95
setUpMethod · 0.95
solveCGNRMethod · 0.95
classifyMethod · 0.95
feedForwardMethod · 0.95
trainMethod · 0.95
fitMethod · 0.95
setUpTransformMethod · 0.95

Calls 4

rowsMethod · 0.95
getThisSideMatrixMethod · 0.95
mutableMultiplyMethod · 0.95
colsMethod · 0.45

Tested by 6

testCopyMethod · 0.76
testCopyMethod · 0.76
testCopyMethod · 0.76
setUpMethod · 0.76