This {@link SparseMatrix} decorator allows every row and column index to beremapped to new indices. The size of this matrix will depend on the number of mapped rows and columns. Write-through access is allowed for each cell in the underlying matrix through the {@code set} method. Array based accessorsand getters are disabled when using this decorator.
@author Keith Stevens
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.