|
| CisMatrix (VectorSpace primaryVectorSpace, boolean rowOriented) |
|
void | insertEntries (int localRowColId, int[] indices, double[] entries, int combineMode) |
|
void | insertEntry (int localRowColId, int index, double entry, int combineMode) |
|
void | fillComplete () |
|
void | scale (double scaler) |
|
void | printOutAllVnodes (String iostream) |
|
void | printOut (String iostream) |
|
void | printOut (String iostream, boolean all) |
|
int | getNumMyNonZeros () |
|
int | getNumGlobalRows () |
|
int | getNumGlobalColumns () |
|
int | getNumMyRows () |
|
int | getNumMyColumns () |
|
boolean | isRowOriented () |
|
Graph | getGraph () |
|
double[] | getEntriesArray () |
|
int[] | getNumEntriesArray () |
|
int[] | getStartIndex () |
|
int[] | getNumEntries () |
|
boolean | isFilled () |
|
VectorSpace | getVectorSpace () |
|
Serializable[] | packAndPrepare (DistObject distObjectSource, int[] exportGids, int[] exportLids) |
|
int[][] | unpackAndCombine (Serializable[] importData, int combineMode) |
|
void | copyAndPermute (DistObject distObjectSource, int numSameGids, int[] permuteToLids, int[] permuteFromLids, int combineMode) |
|
VectorSpace | getColumnVectorSpace () |
|
VectorSpace | getRowVectorSpace () |
|
VectorSpace | getPrimaryVectorSpace () |
|
VectorSpace | getSecondaryVectorSpace () |
|
void | multiply (boolean useTransposeA, MultiVector x, MultiVector y) |
|
void | writeExternal (ObjectOutput out) throws java.io.IOException |
|
void | readExternal (ObjectInput in) throws java.io.IOException, ClassNotFoundException |
|
Object | clone () |
|
boolean | equals (Object obj) |
|
| DistObject () |
|
void | importValues (DistObject distObjectSource, Import importer, int combineMode) |
|
void | importValues (DistObject distObjectSource, Export exporter, int combineMode) |
|
void | exportValues (DistObject distObjectSource, Import importer, int combineMode) |
|
void | exportValues (DistObject distObjectSource, Export exporter, int combineMode) |
|
void | doTransfer (DistObject distObjectSource, int numSameGids, int[] permuteToLids, int[] permuteFromLids, int[] exportGids, int[] exportLids, int combineMode, boolean doReverse) |
|
abstract Serializable[] | packAndPrepare (DistObject distObjectSource, int[] exportGids, int[] exportLids) |
|
abstract int[][] | unpackAndCombine (Serializable[] importData, int combineMode) |
|
abstract void | copyAndPermute (DistObject distObjectSource, int numSameGids, int[] permuteToLids, int[] permuteFromLids, int combineMode) |
|
abstract VectorSpace | getVectorSpace () |
|
void | setFlopCounter (FlopCounter flops) |
|
void | updateFlops (double numFlops) |
|
void | resetFlops () |
|
double | getFlops () |
|
double | getGlobalMegaFlops (Comm comm) |
|
FlopCounter | getFlopCounter () |
|
| JpetraObject () |
|
void | initializeOutput () |
|
|
static CisMatrix | readFromFile (String fileName, Comm comm) |
|
static void | writeToFile (String fileName, CisMatrix cisMatrix) |
|
static void | setRootPrint (String key, boolean rootPrint) |
|
static void | setRootStream (String key, PrintStream rootStream) |
|
static void | setVnodesPrint (String key, boolean vnodesPrint) |
|
static void | setVnodesStream (String key, PrintStream vnodesStream) |
|
static void | print (String key, String message) |
|
static void | println (String key, String message) |
|
static void | setAmIroot (Comm comm) |
|