Uses of Package
io.bhagat.math.linearalgebra
-
Packages that use io.bhagat.math.linearalgebra Package Description io.bhagat.ai.supervised A package that holds AI algorithms that fall under supervised learningio.bhagat.ai.unsupervised A package that holds AI algorithms that fall under unsupervised learningio.bhagat.math.linearalgebra A package for storing linear algebraio.bhagat.math.statistics A package for storing statistics related math -
Classes in io.bhagat.math.linearalgebra used by io.bhagat.ai.supervised Class Description Matrix A class representing a MatrixVector This class is a class representing a Vector of any number of dimensions -
Classes in io.bhagat.math.linearalgebra used by io.bhagat.ai.unsupervised Class Description Matrix A class representing a MatrixVector This class is a class representing a Vector of any number of dimensions -
Classes in io.bhagat.math.linearalgebra used by io.bhagat.math.linearalgebra Class Description LinearEquation A class for linear equationsLinearEquation.Term A class for each term in the equationMatrix A class representing a MatrixMatrix.EigenSolution A class that holds both eigenvalues and eigenvectorsMatrix.IndexNotInMatrixException An exception for handling if a user attempts to access an index that does not exist in the matrixMatrix.InvalidShapeException An exception for if a matrix is not the proper size for a certain operationMatrix.MatrixIndex An object that stores all the information about one index of the matrixMatrix.OuterProductSVD A class to hold all the parts of the outer product form of the SVDMatrix.SingularSolution A class that holds both singular values and eigenvectors of Matrix.multiply(transpose(), this)Vector This class is a class representing a Vector of any number of dimensionsVector.InvalidLengthException Vector.OutOfDimensionsException Vector.VectorIndex VectorSpace.VectorSpacable -
Classes in io.bhagat.math.linearalgebra used by io.bhagat.math.statistics Class Description Vector This class is a class representing a Vector of any number of dimensions