Package edu.nps.moves.deadreckoning.utils

Class Summary
Matrix A class that performs some basic Matrix manipulations, stopping short of Eigenvectors, Single Value Decomposition, LU, and other more advaced manipulations.
 

Exception Summary
MatrixException The Exception class that is thrown by the Matrix.java class Very basic Exception class, only passes a description of the error that will hopefully lead to simple troubleshooting resolution...:)