EXAMPLE/dreadtriple.c File Reference

#include <stdio.h>
#include "superlu_ddefs.h"

Include dependency graph for dreadtriple.c:


Functions

void dreadtriple (FILE *fp, int_t *m, int_t *n, int_t *nonz, double **nzval, int_t **rowind, int_t **colptr)
void dreadrhs (int m, double *b)

Detailed Description


Function Documentation

void dreadrhs ( int  m,
double *  b 
)

void dreadtriple ( FILE *  fp,
int_t m,
int_t n,
int_t nonz,
double **  nzval,
int_t **  rowind,
int_t **  colptr 
)

brief

 Output parameters
 =================
   (nzval, rowind, colptr): (*rowind)[*] contains the row subscripts of
      nonzeros in columns of matrix A; (*nzval)[*] the numerical values;
	column i of A is given by (*nzval)[k], k = (*rowind)[i],...,
      (*rowind)[i+1]-1.
 


Generated on Sat Aug 29 04:21:29 2009 for SuperLUDistributed by  doxygen 1.5.9