Skip to content

Commit

Permalink
Updated FieldMatrix exceptions thrown to match javadoc.
Browse files Browse the repository at this point in the history
Github: closes #20
  • Loading branch information
Luc Maisonobe committed Dec 18, 2015
1 parent abb2057 commit 5566a21
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -195,7 +195,7 @@ FieldMatrix<T> getSubMatrix(int[] selectedRows, int[] selectedColumns)
void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn,
T[][] destination)
throws MatrixDimensionMismatchException, NumberIsTooSmallException,
OutOfRangeException;
OutOfRangeException, IllegalArgumentException;

/**
* Copy a submatrix. Rows and columns are indicated
Expand Down

0 comments on commit 5566a21

Please sign in to comment.