SuperLU Distributed 9.0.0
gpu3d
|
Read the matrix from data file. More...
Functions | |
int | dcreate_matrix_postfix3d (SuperMatrix *A, int nrhs, double **rhs, int *ldb, double **x, int *ldx, FILE *fp, char *postfix, gridinfo3d_t *grid3d) |
int | dcreate_block_diag_3d (SuperMatrix *A, int batchCount, int nrhs, double **rhs, int *ldb, double **x, int *ldx, FILE *fp, char *postfix, gridinfo3d_t *grid3d) |
int | dcreate_batch_systems (handle_t *SparseMatrix_handles, int batchCount, int nrhs, double **RHSptr, int *ldRHS, double **xtrue, int *ldX, FILE *fp, char *postfix, gridinfo3d_t *grid3d) |
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 9.0) -- Lawrence Berkeley National Lab, Univ. of California Berkeley, Oak Ridge National Lab. May 12, 2021 July 15, 2022
int dcreate_batch_systems | ( | handle_t * | SparseMatrix_handles, |
int | batchCount, | ||
int | nrhs, | ||
double ** | RHSptr, | ||
int * | ldRHS, | ||
double ** | xtrue, | ||
int * | ldX, | ||
FILE * | fp, | ||
char * | postfix, | ||
gridinfo3d_t * | grid3d | ||
) |
int dcreate_block_diag_3d | ( | SuperMatrix * | A, |
int | batchCount, | ||
int | nrhs, | ||
double ** | rhs, | ||
int * | ldb, | ||
double ** | x, | ||
int * | ldx, | ||
FILE * | fp, | ||
char * | postfix, | ||
gridinfo3d_t * | grid3d | ||
) |
int dcreate_matrix_postfix3d | ( | SuperMatrix * | A, |
int | nrhs, | ||
double ** | rhs, | ||
int * | ldb, | ||
double ** | x, | ||
int * | ldx, | ||
FILE * | fp, | ||
char * | postfix, | ||
gridinfo3d_t * | grid3d | ||
) |