org.apache.commons.math3.linear
public class NonSquareMatrixException extends DimensionMismatchException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
NonSquareMatrixException(int wrong,
int expected)
Construct an exception from the mismatched dimensions.
|
getDimension
getArgument
getContext, getLocalizedMessage, getMessage
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
Copyright (c) 2003-2013 Apache Software Foundation