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 equationA*X=B
in an exact sense.Solves a well determined system of equationsAx=b
in an exact sense by using aLU
decomposition.ExactTensorSolver<T extends TensorBase<T,?, ?, ?, ?, ?, ?>, U extends MatrixMixin<U, ?, ?, ?, ?, ?, V, ?>, V extends VectorMixin<V, ?, ?, ?, ?, U, ?, ?>> Solves a well determined system of equationsA*X=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 equationA*X=B
in an exact sense.