SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
dreadMM.c File Reference

Contributed by Francois-Henry Rouet. More...

#include <ctype.h>
#include <stdio.h>
#include "superlu_ddefs.h"
Include dependency graph for dreadMM.c:

Functions

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

Detailed Description

Contributed by Francois-Henry Rouet.

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Function Documentation

◆ dreadMM_dist()

void dreadMM_dist ( 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.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dreadrhs()

static void dreadrhs ( int  m,
double *  b 
)
static