Package org.flag4j.linalg.solvers.exact
package org.flag4j.linalg.solvers.exact
-
ClassDescriptionSolver for solving a well determined system of linear equations in an exact sense using the
LU decomposition.
Solver for solving a complex well determined linear tensor equation A*X=B in an exact sense.Solves a well determined system of equations Ax=b in an exact sense by using a LU decomposition.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.Solver for solving a well determined system of linear equations in an exact sense using theLU decomposition.
Solver for solving a real well determined linear tensor equation A*X=B in an exact sense.