JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.flag4j.linalg.decompositions
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.flag4j.linalg.decompositions
package
org.flag4j.linalg.decompositions
Contains base abstract class for all matrix decompositions.
Related Packages
Package
Description
org.flag4j.linalg
General purpose linear algebra operations including condition number evaluations, eigenvalue/eigenvector computations, matrix inversion, and subspace analysis.
org.flag4j.linalg.decompositions.balance
Provides implementations of matrix balancing for real and complex matrices.
org.flag4j.linalg.decompositions.chol
Provides implementations of the Cholesky decomposition for real and complex matrices.
org.flag4j.linalg.decompositions.hess
Provides implementations of the Hessenberg decomposition for real and complex matrices.
org.flag4j.linalg.decompositions.lu
Provides implementations of the LU decomposition for real, complex, and field matrices.
org.flag4j.linalg.decompositions.qr
Provides implementations of the QR decomposition for real and complex matrices.
org.flag4j.linalg.decompositions.schur
Provides implementations of the Schur decomposition for real and complex matrices.
org.flag4j.linalg.decompositions.svd
Provides implementations of the singular value decomposition for real and complex matrices.
org.flag4j.linalg.decompositions.unitary
Provides abstract classes useful for implementing real or complex matrix decompositions which proceed by unitary transformations.
Classes
Class
Description
Decomposition
<T extends
MatrixMixin
<T,
?,
?,
?>>
An abstract base class representing a matrix decomposition.