Constructor and Description |
---|
ListFormChecker() |
Modifier and Type | Method and Description |
---|---|
static boolean |
representsMatrix(List list)
Checks if the specified List represents a mathematical Matrix.
|
static boolean |
representsVector(List list)
Returns true if the specified List object represents a mathematical Vector,
that means all entries are no (Sub-)Lists, otherwise returns false.
|
public static boolean representsMatrix(List list)
public static boolean representsVector(List list)