SparseMatrix.c File Reference

#include "Paso.h"
#include "SparseMatrix.h"
#include "TRILINOS.h"
#include "mmio.h"

Functions

static void swap (index_t *, index_t *, double *, int, int)
static void q_sort (index_t *, index_t *, double *, int, int)
Paso_SparseMatrixPaso_SparseMatrix_alloc (Paso_SparseMatrixType type, Paso_Pattern *pattern, int row_block_size, int col_block_size, const bool_t patternIsUnrolled)
Paso_SparseMatrixPaso_SparseMatrix_getReference (Paso_SparseMatrix *in)
void Paso_SparseMatrix_free (Paso_SparseMatrix *in)
Paso_SparseMatrixPaso_SparseMatrix_loadMM_toCSR (char *fileName_p)
void Paso_SparseMatrix_saveMM (Paso_SparseMatrix *A_p, char *fileName_p)

Variables

static int M
static int N
static int nz

Function Documentation

Paso_SparseMatrix* Paso_SparseMatrix_alloc ( Paso_SparseMatrixType  type,
Paso_Pattern pattern,
int  row_block_size,
int  col_block_size,
const bool_t  patternIsUnrolled 
)

void Paso_SparseMatrix_free ( Paso_SparseMatrix in  ) 

Paso_SparseMatrix* Paso_SparseMatrix_getReference ( Paso_SparseMatrix in  ) 

Paso_SparseMatrix* Paso_SparseMatrix_loadMM_toCSR ( char *  fileName_p  ) 

void Paso_SparseMatrix_saveMM ( Paso_SparseMatrix A_p,
char *  fileName_p 
)

void q_sort ( index_t row,
index_t col,
double *  val,
int  begin,
int  end 
) [static]

void swap ( index_t r,
index_t c,
double *  v,
int  left,
int  right 
) [static]


Variable Documentation

int M [static]

int N [static]

int nz [static]


Generated on Mon Aug 10 10:04:44 2009 for ESYS13 by  doxygen 1.5.6