Package org.flag4j.linalg.solvers.exact.triangular


package org.flag4j.linalg.solvers.exact.triangular
Contains solvers which solve well determined triangular linear matrix equations in an exact sense.
  • Classes
    Class
    Description
    BackSolver<T extends MatrixMixin<T,?,U,?>,U extends VectorMixin<U,T,?,?>,V>
    Base 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 a complex linear system of equations where the coefficient matrix is lower triangular.
    ForwardSolver<T extends MatrixMixin<T,?,U,?>,U extends VectorMixin<U,T,?,?>,V>
    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.
    This solver solves a real linear system of equations where the coefficient matrix is lower triangular.