SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
pzgsmv.c File Reference
#include <math.h>
#include "superlu_zdefs.h"
Include dependency graph for pzgsmv.c:

Functions

void pzgsmv_init (SuperMatrix *A, int_t *row_to_proc, gridinfo_t *grid, pzgsmv_comm_t *gsmv_comm)
 
void pzgsmv (int_t abs, SuperMatrix *A_internal, gridinfo_t *grid, pzgsmv_comm_t *gsmv_comm, doublecomplex x[], doublecomplex ax[])
 
void pzgsmv_finalize (pzgsmv_comm_t *gsmv_comm)
 

Detailed Description

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 2.0) --
Lawrence Berkeley National Lab, Univ. of California Berkeley.
March 15, 2003

Function Documentation

◆ pzgsmv()

void pzgsmv ( int_t  abs,
SuperMatrix A_internal,
gridinfo_t grid,
pzgsmv_comm_t gsmv_comm,
doublecomplex  x[],
doublecomplex  ax[] 
)

◆ pzgsmv_finalize()

void pzgsmv_finalize ( pzgsmv_comm_t gsmv_comm)

◆ pzgsmv_init()

void pzgsmv_init ( SuperMatrix A,
int_t row_to_proc,
gridinfo_t grid,
pzgsmv_comm_t gsmv_comm 
)
Here is the call graph for this function: