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

Read the matrix from data file. More...

#include <math.h>
#include "superlu_zdefs.h"
Include dependency graph for zcreate_matrix3d_Jake.c:

Functions

int zcreate_matrix3d (SuperMatrix *A, int nrhs, doublecomplex **rhs, int *ldb, doublecomplex **x, int *ldx, FILE *fp, gridinfo3d_t *grid3d)
 
int zcreate_matrix_postfix3d (SuperMatrix *A, int nrhs, doublecomplex **rhs, int *ldb, doublecomplex **x, int *ldx, FILE *fp, char *postfix, gridinfo3d_t *grid3d)
 

Detailed Description

Read the matrix from data file.

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.

-- Distributed SuperLU routine (version 7.0) --
Lawrence Berkeley National Lab, Univ. of California Berkeley,
Oak Ridge National Lab.
October 26, 2020

Function Documentation

◆ zcreate_matrix3d()

int zcreate_matrix3d ( SuperMatrix A,
int  nrhs,
doublecomplex **  rhs,
int *  ldb,
doublecomplex **  x,
int *  ldx,
FILE *  fp,
gridinfo3d_t grid3d 
)
Here is the call graph for this function:

◆ zcreate_matrix_postfix3d()

int zcreate_matrix_postfix3d ( SuperMatrix A,
int  nrhs,
doublecomplex **  rhs,
int *  ldb,
doublecomplex **  x,
int *  ldx,
FILE *  fp,
char *  postfix,
gridinfo3d_t grid3d 
)
Here is the call graph for this function:
Here is the caller graph for this function: