Uses of Package
com.irurueta.algebra
Packages that use com.irurueta.algebra
Package
Description
This package contains classes related to algebra, such as Matrix class
to contains matrices data and simple operations or Complex to handle
computations with Complex numbers.
-
Classes in com.irurueta.algebra used by com.irurueta.algebraClassDescriptionBase exception for all exception in the com.irurueta.algebra packageContains build data of this library.Class defining a Complex number having real and imaginary parts.Exception raised when some decomposer algorithm fails.Enumerator indicating the possible methods available for matrix decomposition.Defines a matrix of numerical data.Exception thrown if some decomposer algorithm cannot convergeException thrown when requiring symmetric positive definite matrices.Class in charge of computing norms of arrays and matrices.Enumerator defining all possible ways of computing norms for matrices and arrays.Exception raised when attempting to retrieve something that is not yet available.Exception raised when attempting to do an action when something is not ready.This decomposer computes QR decomposition, which consists on factoring provided input matrix into an orthogonal matrix (Q) and an upper triangular matrix (R).Exception thrown when a matrix does not have full rank.Exception thrown when a singular matrix is used.Exception thrown when using matrices having wrong size.
-
Classes in com.irurueta.algebra used by com.irurueta.statisticsClassDescriptionException raised when some decomposer algorithm fails.Defines a matrix of numerical data.Exception raised when attempting to retrieve something that is not yet available.Exception raised when attempting to do an action when something is not ready.Exception thrown when a matrix does not have full rank.Exception thrown when using matrices having wrong size.