SuperLU  5.0
Functions
creadtriple.c File Reference

Read a matrix stored in triplet (coordinate) format. More...

#include "slu_cdefs.h"
Include dependency graph for creadtriple.c:

Functions

void creadtriple (int *m, int *n, int *nonz, complex **nzval, int **rowind, int **colptr)
 
void creadrhs (int m, complex *b)
 

Detailed Description

– SuperLU routine (version 4.0) –
Lawrence Berkeley National Laboratory.
June 30, 2009

Function Documentation

void creadrhs ( int  m,
complex b 
)
void creadtriple ( int *  m,
int *  n,
int *  nonz,
complex **  nzval,
int **  rowind,
int **  colptr 
)

Here is the call graph for this function: