MCPcopy Create free account
hub / github.com/AntonKast/LightZone / getMatrix

Method getMatrix

lightcrafts/src/Jama/Matrix.java:310–323  ·  view source on GitHub ↗

Get a submatrix. @param i0 Initial row index @param i1 Final row index @param j0 Initial column index @param j1 Final column index @return A(i0:i1,j0:j1) @exception ArrayIndexOutOfBoundsException Submatrix indices

(int i0, int i1, int j0, int j1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

solveMethod · 0.45
solveMethod · 0.45
ICC_ProfileParametersMethod · 0.45
IntVibranceOpImageMethod · 0.45
VibranceOpImageMethod · 0.45
HueRotateOpImageMethod · 0.45

Calls 1

getArrayMethod · 0.95

Tested by

no test coverage detected