Defined in File G2lib.hxx
Class that solve a 2x2 linear system using Pseudo inverse to manage singular and near singular cases
Public Functions
factorize matrix \( A \) , return false if factorization fails
Solve the linear system \( Ax=b \) with \( A \) stored amd facted with a previous call of method factorize.
factorize
b – [in] the rhs of \( Ax=b \)
x – [out] the solution of \( Ax=b \)
true if solution found