MCPcopy Create free account
hub / github.com/dhale/jtk / reshape

Method reshape

core/src/main/java/edu/mines/jtk/util/ArrayMath.java:6966–6973  ·  view source on GitHub ↗

Reshapes a 1-D array into a 2-D array with specified dimensions. @param n1 the 1st dimension of the reshaped array. @param n2 the 2nd dimension of the reshaped array. @param rx the array. @return the reshaped array.

(int n1, int n2, byte[] rx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

creshapeMethod · 0.95

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected