public class MatrixError extends ProgrammingError
| Constructor and Description |
|---|
MatrixError(String aString) |
| Modifier and Type | Method and Description |
|---|---|
static void |
throwIfMultiplicationNotPossible(Access2D<?> aMtrxLeft,
Access2D<?> aMtrxRight) |
static void |
throwIfNotEqualColumnDimensions(Access2D<?> aMtrx1,
Access2D<?> aMtrx2) |
static void |
throwIfNotEqualDimensions(Access2D<?> aMtrx1,
Access2D<?> aMtrx2) |
static void |
throwIfNotEqualRowDimensions(Access2D<?> aMtrx1,
Access2D<?> aMtrx2) |
static void |
throwIfNotSquare(BasicMatrix aMtrx) |
throwForIllegalInvocation, throwForTryingToModifyAnImmutableObject, throwForUnsupportedOptionalOperation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MatrixError(String aString)
public static void throwIfMultiplicationNotPossible(Access2D<?> aMtrxLeft, Access2D<?> aMtrxRight)
public static void throwIfNotEqualColumnDimensions(Access2D<?> aMtrx1, Access2D<?> aMtrx2)
public static void throwIfNotEqualDimensions(Access2D<?> aMtrx1, Access2D<?> aMtrx2)
public static void throwIfNotEqualRowDimensions(Access2D<?> aMtrx1, Access2D<?> aMtrx2)
public static void throwIfNotSquare(BasicMatrix aMtrx)
Copyright © 2017 Optimatika. All rights reserved.