public Vector QSolve(Vector x) { return(lUsqMatrix.USolve(x, true)); }
public Vector QSolve(Vector x) { return(lUmatrix.USolve(x, false)); }