Package org.flag4j.linalg.solvers.exact


package org.flag4j.linalg.solvers.exact
Contains solvers which solve well determined linear tensor and matrix equations in an exact sense.
  • Classes
    Class
    Description
    Solves a well determined system of equations \( Ax = b \) or \( AX = B \) in an exact sense by using a LU decomposition where \( A \), \( B \), and \( X \) are matrices, and \( x \) and \( b \) are vectors.
    Solver for solving a real well determined linear tensor equation \( AX = B \) in an exact sense.
    ExactSolver<T extends MatrixMixin<T,?,U,?>,U extends VectorMixin<U,T,?,?>>
    Solves a well determined system of equations \( Ax = b \) or \( AX = B \) in an exact sense.
    ExactTensorSolver<T extends AbstractTensor<T,?,?>,U extends MatrixMixin<U,?,V,?>,V extends VectorMixin<V,U,?,?>>
    Solves a well determined system of equations \( AX = B \) in an exact sense where \( A \), \( X \), and \( B \) are tensors.
    Solves a well determined system of equations \( Ax = b \) or \( AX = B \) in an exact sense by using a LU decomposition where \( A \), \( B \), and \( X \) are matrices, and \( x \) and \( b \) are vectors.
    Solver for solving a real well determined linear tensor equation \( AX = B \) in an exact sense.