SuperLU  5.2.0
Functions
cgssvx.c File Reference

Solves the system of linear equations A*X=B or A'*X=B. More...

#include "slu_cdefs.h"
Include dependency graph for cgssvx.c:

Functions

void cgssvx (superlu_options_t *options, SuperMatrix *A, int *perm_c, int *perm_r, int *etree, char *equed, float *R, float *C, SuperMatrix *L, SuperMatrix *U, void *work, int lwork, SuperMatrix *B, SuperMatrix *X, float *recip_pivot_growth, float *rcond, float *ferr, float *berr, GlobalLU_t *Glu, mem_usage_t *mem_usage, SuperLUStat_t *stat, int *info)
 

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.

– SuperLU routine (version 3.0) –
Univ. of California Berkeley, Xerox Palo Alto Research Center,
and Lawrence Berkeley National Lab.
October 15, 2003

Function Documentation

void cgssvx ( superlu_options_t options,
SuperMatrix A,
int *  perm_c,
int *  perm_r,
int *  etree,
char *  equed,
float *  R,
float *  C,
SuperMatrix L,
SuperMatrix U,
void *  work,
int  lwork,
SuperMatrix B,
SuperMatrix X,