MathIllegalArgumentException@Deprecated public class MatrixDimensionMismatchException extends MultiDimensionMismatchException
| Constructor and Description |
|---|
MatrixDimensionMismatchException(int wrongRowDim,
int wrongColDim,
int expectedRowDim,
int expectedColDim)
Deprecated.
Construct an exception from the mismatched dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExpectedColumnDimension()
Deprecated.
|
int |
getExpectedRowDimension()
Deprecated.
|
int |
getWrongColumnDimension()
Deprecated.
|
int |
getWrongRowDimension()
Deprecated.
|
getExpectedDimension, getExpectedDimensions, getWrongDimension, getWrongDimensionscreateInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifieraddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MatrixDimensionMismatchException(int wrongRowDim,
int wrongColDim,
int expectedRowDim,
int expectedColDim)
wrongRowDim - Wrong row dimension.wrongColDim - Wrong column dimension.expectedRowDim - Expected row dimension.expectedColDim - Expected column dimension.public int getWrongRowDimension()
public int getExpectedRowDimension()
public int getWrongColumnDimension()
public int getExpectedColumnDimension()
Copyright © 2016–2020 Hipparchus.org. All rights reserved.