| SuperLU 7.0.0
    | 
CGSSVX to solve systems with the same matrix but different right-hand side. More...

| Functions | |
| void | parse_command_line (int argc, char *argv[], int *lwork, float *u, yes_no_t *equil, trans_t *trans) | 
| Parse command line options to get relaxed snode size, panel size, etc.  More... | |
| int | main (int argc, char *argv[]) | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
The driver program CLINSOLX1.
This example illustrates how to use CGSSVX to solve systems with the same A but different right-hand side. In this case, we factorize A only once in the first call to DGSSVX, and reuse the following data structures in the subsequent call to CGSSVX: perm_c, perm_r, R, C, L, U.
