#include "ml_common.h"
#include "ml_include.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | MLAPI |
MLAPI: Default namespace for all MLAPI objects and functions. | |
Functions | |
void | MLAPI::ReadSAMISMatrix (const char *filen, Operator &A, int &NumPDEEqns) |
Reads symmetric matrix from SAMIS binary format. | |
void | MLAPI::ReadSAMISKernel (const char *myKerFileName, MultiVector &A, const int limKer=-1) |
Reads null space vectors from SAMIS binary format. |