SuperLU_DIST  4.0
superlu_dist on CPU and GPU clusters
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
zreadtriple.c File Reference
#include <stdio.h>
#include "superlu_zdefs.h"

Functions

void zreadtriple (FILE *fp, int_t *m, int_t *n, int_t *nonz, doublecomplex **nzval, int_t **rowind, int_t **colptr)
 
void zreadrhs (int m, doublecomplex *b)
 

Function Documentation

void zreadrhs ( int  m,
doublecomplex b 
)
void zreadtriple ( FILE *  fp,
int_t m,
int_t n,
int_t nonz,
doublecomplex **  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.