<< res_with_prec UMFPACK Interface (sparse) taucs_chfact >>

Scilab Help >> UMFPACK Interface (sparse) > taucs_chdel

taucs_chdel

utility function used with taucs_chfact

Syntax

taucs_chdel(C_ptr) or taucs_chdel()

Arguments

C_ptr

a pointer to a Cholesky factorization

Description

This function is used in conjunction with taucs_chfact and taucs_chsolve. It clears the internal memory space used to store the Cholesky factorization (got with taucs_chfact). Use without argument it frees the memory for all the current scilab (taucs) Cholesky factorizations.

Examples

see the example section of taucs_chfact

See also


Report an issue
<< res_with_prec UMFPACK Interface (sparse) taucs_chfact >>