#include <petscksp.h>
Go to the source code of this file.
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
int | SPE::Init_Mat (Mat &A, const PetscInt &n) |
Initialize a Matrix A to be of size nxn. More... | |
int | SPE::Init_Mat (Mat &A, const PetscInt &m, const PetscInt &n) |
Initialize a Matrix A to be of size mxn. More... | |