SuperLU Distributed 9.0.0
gpu3d
screate_matrix3d.c File Reference

Read the matrix from data file. More...

#include <math.h>
#include "superlu_sdefs.h"
Include dependency graph for screate_matrix3d.c:

Functions

int screate_matrix_postfix3d (SuperMatrix *A, int nrhs, float **rhs, int *ldb, float **x, int *ldx, FILE *fp, char *postfix, gridinfo3d_t *grid3d)
 
int screate_batch_systems (handle_t *SparseMatrix_handles, int batchCount, int nrhs, float **RHSptr, int *ldRHS, float **xtrue, 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 9.0) --
Lawrence Berkeley National Lab, Univ. of California Berkeley,
Oak Ridge National Lab.
May 12, 2021
July 15, 2022

Function Documentation

◆ screate_batch_systems()

int screate_batch_systems ( handle_t SparseMatrix_handles,
int  batchCount,
int  nrhs,
float **  RHSptr,
int *  ldRHS,
float **  xtrue,
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:

◆ screate_matrix_postfix3d()

int screate_matrix_postfix3d ( SuperMatrix A,
int  nrhs,
float **  rhs,
int *  ldb,
float **  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: