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

Read the matrix from data file, then distribute it in a distributed CSR format. More...

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

Functions

int c2f_zcreate_matrix_x_b (char *fname, int nrhs, int nprocs, MPI_Comm slucomm, SuperMatrix *A, int *m_g, int *n_g, int_t *nnz_g, doublecomplex *rhs, int *ldb, doublecomplex *x, int *ldx)
 

Detailed Description

Read the matrix from data file, then distribute it in a distributed CSR format.

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.
March 15, 2003
Last update: December 31, 2020

Function Documentation

◆ c2f_zcreate_matrix_x_b()

int c2f_zcreate_matrix_x_b ( char *  fname,
int  nrhs,
int  nprocs,
MPI_Comm  slucomm,
SuperMatrix A,
int *  m_g,
int *  n_g,
int_t nnz_g,
doublecomplex rhs,
int *  ldb,
doublecomplex x,
int *  ldx 
)
Here is the call graph for this function: