Core
This manual is preliminary and incomplete.
While our Core implementation implements all functions given in the standard we are still working on completing this documentation.
Please refer to the VSIPL standard for a complete function reference of the Core profile until we have completed work on this documentation.
6.4.2 vsip_dchold_destroy_p - Destroy Cholesky Decomposition Object
int vsip_chold_destroy_f(vsip_chol_f *chold);
int vsip_cchold_destroy_f(vsip_cchol_f *chold);
Description
This function releases the memory allocated for a Cholesky decomposition object.
Parameters
Return Value