Calls to {@link #getRowVector(int) getRowVector} and {@link #getColumnVector(int) getColumnVector} return a snapshot of the matrix dataat the time of the call. Subsequent updates to the matrix will not be reflected in these vectors. The returned vectors are immutable and any calls to mutating operations will throw an {@code UnsupportedOperationException}.
This class is not thread-safe. @author Keith Stevens
|
|
|
|
|
|