MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / transpose

Method transpose

src/main/java/field/linalg/Mat2.java:304–306  ·  view source on GitHub ↗

Transpose this matrix. @return this

()

Source from the content-addressed store, hash-verified

302 * @return this
303 */
304 public Mat2 transpose() {
305 return transpose(this);
306 }
307
308 /**
309 * Transpose <code>this</code> matrix and store the result in <code>dest</code>.

Callers 15

d3.min.jsFile · 0.45
vrGazeDirectionMethod · 0.45
vrViewerUpMethod · 0.45
vrViewerPositionMethod · 0.45
vrLeftHandPositionMethod · 0.45
vrLeftHandDirectionMethod · 0.45
vrRightHandDirectionMethod · 0.45
vrRightHandPositionMethod · 0.45
leftProjectionMatrixMethod · 0.45
rightProjectionMatrixMethod · 0.45

Calls 1

setMethod · 0.65

Tested by

no test coverage detected