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

Method mutableTranspose

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

Transposes the current matrix in place, altering its value. Only valid for square matrices

()

Source from the content-addressed store, hash-verified

432 * Only valid for square matrices
433 */
434 abstract public void mutableTranspose();
435
436 /**
437 * Returns a new matrix that is the transpose of this matrix.

Callers 8

testMutableTransposeMethod · 0.95
testMutableTransposeMethod · 0.95
testMutableTransposeMethod · 0.95
qrMethod · 0.95
testMutableTransposeMethod · 0.45
QRDecompositionMethod · 0.45
setCovarianceMethod · 0.45
fitMethod · 0.45

Calls

no outgoing calls

Tested by 4

testMutableTransposeMethod · 0.76
testMutableTransposeMethod · 0.76
testMutableTransposeMethod · 0.76
testMutableTransposeMethod · 0.36