|
PIPS-NLP
|
#include "global_var.h"#include "CoinPackedMatrix.hpp"#include <sstream>#include <iostream>#include <fstream>#include <mpi.h>Functions | |
| void | convert_to_csr (int m, int n, int *rowidx, int *colptr, double *elts, int nz, double *ret) |
Variables | |
| int | gmyid |
| int | gnprocs |
| int | giterNum |
| int | gmyid_node |
| int | gnprocs_node |
| MPI_Comm | comm_node |
| double * | gwindow =NULL |
| int * | gipiv =NULL |
| MPI_Win | gwin |
| MPI_Win | gwin_ipiv |
| void convert_to_csr | ( | int | m, |
| int | n, | ||
| int * | rowidx, | ||
| int * | colptr, | ||
| double * | elts, | ||
| int | nz, | ||
| double * | ret | ||
| ) |
| MPI_Comm comm_node |
| int* gipiv =NULL |
| int giterNum |
| int gmyid |
| int gmyid_node |
| int gnprocs |
| int gnprocs_node |
| MPI_Win gwin |
| MPI_Win gwin_ipiv |
| double* gwindow =NULL |
1.8.11