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

Test for small residual. More...

#include "superlu_ddefs.h"
Include dependency graph for pdcompute_resid.c:

Functions

int pdcompute_resid (int m, int n, int nrhs, SuperMatrix *A, double *x, int ldx, double *b, int ldb, gridinfo_t *grid, dSOLVEstruct_t *SOLVEstruct, double *resid)
 

Detailed Description

Test for small residual.

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 5.2) – Lawrence Berkeley National Lab, Univ. of California Berkeley. September 30, 2017

Function Documentation

◆ pdcompute_resid()

int pdcompute_resid ( int  m,
int  n,
int  nrhs,
SuperMatrix A,
double *  x,
int  ldx,
double *  b,
int  ldb,
gridinfo_t grid,
dSOLVEstruct_t SOLVEstruct,
double *  resid 
)
Here is the call graph for this function:
Here is the caller graph for this function: