Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5
PetscErrorCode Read_MatLabMat(Mat &output, std::string &buff)
Read complex scalar matrix from a matlab file (be sure this uses the PetscBinaryWrite() MatLab functi...
Definition: Read_q.cpp:137
PetscErrorCode Read_MatLab(SPE &data, std::string &buff)
Read input matrix and vectors input data from a matlab files (be sure this uses the PetscBinaryWrite(...
Definition: Read_q.cpp:157
int Read_q(SPE &data, std::string &buff)
Read q from a tofile output from python.
Definition: Read_q.cpp:12
PetscErrorCode Read_MatLabVec(Vec &output, std::string &buff)
Read complex scalar vector from a matlab file (be sure this uses the PetscBinaryWrite() MatLab functi...
Definition: Read_q.cpp:117