Method | Description | |
---|---|---|
YAMPDifferentDimensionsException ( |
Creates a new different dimensions exception.
|
|
YAMPDifferentDimensionsException ( MatrixValue A, MatrixValue B ) : System |
Creates a new different dimensions exception.
|
public YAMPDifferentDimensionsException ( |
||
rowsA | The rows in A. | |
columnsA | The columns in A. | |
rowsB | The rows in B. | |
columnsB | The columns in B. | |
return | System |
public YAMPDifferentDimensionsException ( MatrixValue A, MatrixValue B ) : System | ||
A | MatrixValue | The matrix A. |
B | MatrixValue | The matrix B. |
return | System |