|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ojalgo.ProgrammingError
org.ojalgo.matrix.MatrixError
public class MatrixError
MatrixError
| Constructor Summary | |
|---|---|
MatrixError(String aString)
|
|
| Method Summary | |
|---|---|
static void |
throwIfMultiplicationNotPossible(BasicMatrix aMtrxLeft,
BasicMatrix aMtrxRight)
|
static void |
throwIfNotEqualColumnDimensions(BasicMatrix aMtrx1,
BasicMatrix aMtrx2)
|
static void |
throwIfNotEqualDimensions(BasicMatrix aMtrx1,
BasicMatrix aMtrx2)
|
static void |
throwIfNotEqualRowDimensions(BasicMatrix aMtrx1,
BasicMatrix aMtrx2)
|
static void |
throwIfNotSquare(BasicMatrix aMtrx)
|
| Methods inherited from class org.ojalgo.ProgrammingError |
|---|
throwForIllegalInvocation, throwForTryingToModifyAnImmutableObject, throwIfNull, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MatrixError(String aString)
| Method Detail |
|---|
public static void throwIfMultiplicationNotPossible(BasicMatrix aMtrxLeft,
BasicMatrix aMtrxRight)
public static void throwIfNotEqualColumnDimensions(BasicMatrix aMtrx1,
BasicMatrix aMtrx2)
public static void throwIfNotEqualDimensions(BasicMatrix aMtrx1,
BasicMatrix aMtrx2)
public static void throwIfNotEqualRowDimensions(BasicMatrix aMtrx1,
BasicMatrix aMtrx2)
public static void throwIfNotSquare(BasicMatrix aMtrx)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||