- QDLDL_Lsolve
void QDLDL_Lsolve(QDLDL_int n, QDLDL_int* Lp, QDLDL_int* Li, QDLDL_float* Lx, QDLDL_float* x)
Undocumented in source. Be warned that the author may not have intended to support it.
- QDLDL_Ltsolve
void QDLDL_Ltsolve(QDLDL_int n, QDLDL_int* Lp, QDLDL_int* Li, QDLDL_float* Lx, QDLDL_float* x)
Undocumented in source. Be warned that the author may not have intended to support it.
- QDLDL_etree
QDLDL_int QDLDL_etree(QDLDL_int n, QDLDL_int* Ap, QDLDL_int* Ai, QDLDL_int* work, QDLDL_int* Lnz, QDLDL_int* etree)
Undocumented in source. Be warned that the author may not have intended to support it.
- QDLDL_factor
QDLDL_int QDLDL_factor(QDLDL_int n, QDLDL_int* Ap, QDLDL_int* Ai, QDLDL_float* Ax, QDLDL_int* Lp, QDLDL_int* Li, QDLDL_float* Lx, QDLDL_float* D, QDLDL_float* Dinv, QDLDL_int* Lnz, QDLDL_int* etree, QDLDL_bool* bwork, QDLDL_int* iwork, QDLDL_float* fwork)
Undocumented in source. Be warned that the author may not have intended to support it.
- QDLDL_solve
void QDLDL_solve(QDLDL_int n, QDLDL_int* Lp, QDLDL_int* Li, QDLDL_float* Lx, QDLDL_float* Dinv, QDLDL_float* x)
Undocumented in source. Be warned that the author may not have intended to support it.