#include "EpetraExt_PutRowMatrix.h"#include "Epetra_Comm.h"#include "Epetra_Map.h"#include "Epetra_Vector.h"#include "Epetra_IntVector.h"#include "Epetra_SerialDenseVector.h"#include "Epetra_IntSerialDenseVector.h"#include "Epetra_Import.h"#include "Epetra_RowMatrix.h"#include "Epetra_CrsMatrix.h"Include dependency graph for EpetraExt_PutRowMatrix.cpp:
Go to the source code of this file.
Namespaces | |
| namespace | Matlab |
Functions | |
| int | CopyRowMatrix (mxArray *matlabA, const Epetra_RowMatrix &A) |
| int | DoCopyRowMatrix (mxArray *matlabA, int &valueCount, const Epetra_RowMatrix &A) |
|
||||||||||||
|
Definition at line 43 of file EpetraExt_PutRowMatrix.cpp. |
|
||||||||||||||||
|
Definition at line 115 of file EpetraExt_PutRowMatrix.cpp. |
1.3.9.1