49 #endif //TPZCOPYSOLVE_H Defines a abstract class of solvers which will be used by matrix classes. Solver. ...
Defines a class of matrix solvers. Solver.
TPZSolver< TVar > * Clone() const
Clones the current object returning a pointer of type TPZSolver.
TPZCopySolve(TPZMatrix< TVar > *mat)
Contains TPZMatrixclass which implements full matrix (using column major representation).
Full matrix class. Matrix.
TPZCopySolve(const TPZCopySolve &other)
To solve clones of the given matrix. Solver.
Contains TPZSolver class which defines a abstract class of solvers which will be used by matrix class...
void Solve(const TPZFMatrix< TVar > &F, TPZFMatrix< TVar > &result, TPZFMatrix< TVar > *residual)
Solves the system of linear equations stored in current matrix As this class implements only a copy ...
Root matrix class (abstract). Matrix.