EVSL
1.1.0
EigenValues Slicing Library
|
#include "cs.h"
Go to the source code of this file.
Functions | |
CS_INT | cs_spsolve (cs *G, const cs *B, CS_INT k, CS_INT *xi, CS_ENTRY *x, const CS_INT *pinv, CS_INT lo) |
CS_INT cs_spsolve | ( | cs * | G, |
const cs * | B, | ||
CS_INT | k, | ||
CS_INT * | xi, | ||
CS_ENTRY * | x, | ||
const CS_INT * | pinv, | ||
CS_INT | lo | ||
) |
Definition at line 3 of file cs_spsolve.c.
References CS_CSC, CS_ENTRY, CS_INT, and cs_reach().
Referenced by cs_lu().