Uses of Class
com.irurueta.algebra.SingularMatrixException
Packages that use SingularMatrixException
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.
-
Uses of SingularMatrixException in com.irurueta.algebra
Methods in com.irurueta.algebra that throw SingularMatrixExceptionModifier and TypeMethodDescriptionstatic void
Computes inverse of matrix "a".static void
Computes Gauss-Jordan elimination by attempting to solve linear system of equations a * x = b.static void
Computes Gauss-Jordan elimination by attempting to solve linear system of equations a * x = b.Solves a linear system of equations of the following form: A * X = B.Solves a linear system of equations of the following form: A * X = B.void
Solves a linear system of equations of the following form: A * X = B.void
Solves a linear system of equations of the following form: A * X = B.