Uses of Package
org.flag4j.linalg.solvers.exact.triangular
Packages that use org.flag4j.linalg.solvers.exact.triangular
Package
Description
Contains solvers which solve well determined linear tensor and matrix equations in an exact sense.
Contains solvers which solve well determined triangular linear matrix equations in an exact sense.
-
Classes in org.flag4j.linalg.solvers.exact.triangular used by org.flag4j.linalg.solvers.exactClassDescriptionBase class for solvers which solve a linear system of equations \( Ux = b \) or \( UX = B \) where \( U \) is an upper triangular matrix.This solver solves linear systems of equations where the coefficient matrix is lower triangular.
-
Classes in org.flag4j.linalg.solvers.exact.triangular used by org.flag4j.linalg.solvers.exact.triangularClassDescriptionBase class for solvers which solve a linear system of equations \( Ux = b \) or \( UX = B \) where \( U \) is an upper triangular matrix.This solver solves linear systems of the form \( Ux = b \) or \( UX = B \) where \( U \) is an upper triangular matrix.This solver solves linear systems of equations where the coefficient matrix is lower triangular.This solver solves linear systems of the form \( Ux = b \) or \( UX = B \) where \( U \) is an upper triangular matrix.