class Matrix
Constructor and description |
---|
Matrix
() |
Type | Name and description |
---|---|
def |
getByColumn(int c) |
def |
getByColumn(int c, Range range) |
def |
getByRow(int r) |
def |
getByRow(int r, Range range) |
def |
getImageRows(int r, int c) |
def |
setByColumn(def colValues, int c) |
def |
setByColumn(def colValues, int c, Range range) |
def |
setByRow(def rowValues, int r) |
def |
setByRow(def rowValues, int r, Range range) |
String |
toString() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk