Class Hierarchy
- java.lang.Object
- io.bhagat.math.linearalgebra.LinearEquation
- io.bhagat.math.linearalgebra.LinearEquation.Term
- io.bhagat.math.linearalgebra.LinearEquationSolver
- io.bhagat.math.linearalgebra.Matrix (implements java.lang.Comparable<T>, java.io.Serializable)
- io.bhagat.math.linearalgebra.Matrix.EigenSolution
- io.bhagat.math.linearalgebra.Matrix.MatrixIndex
- io.bhagat.math.linearalgebra.Matrix.OuterProductSVD (implements java.io.Serializable)
- io.bhagat.math.linearalgebra.Matrix.SingularSolution
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.bhagat.math.linearalgebra.LinearEquationSolver.ImproperNumberOfEquationsException
- io.bhagat.math.linearalgebra.Matrix.IndexNotInMatrixException
- io.bhagat.math.linearalgebra.Matrix.InvalidShapeException
- io.bhagat.math.linearalgebra.Vector.InvalidLengthException
- io.bhagat.math.linearalgebra.Vector.OutOfDimensionsException
- java.lang.RuntimeException
- java.lang.Exception
- io.bhagat.math.linearalgebra.Vector (implements java.lang.Comparable<T>, java.io.Serializable)
- io.bhagat.math.linearalgebra.Vector.CrossProductMatrix
- io.bhagat.math.linearalgebra.Vector.VectorIndex
- io.bhagat.math.linearalgebra.VectorSpace<E>
Interface Hierarchy
- io.bhagat.math.linearalgebra.VectorSpace.VectorSpacable<S>