Example #1
0
// Free frees workspace w
func (w *WorkSpace) Free() {
	C.gsl_integration_workspace_free(w.w)
}
Example #2
0
func (x *GslIntegrationWorkspace) Dispose() {
	C.gsl_integration_workspace_free((*C.gsl_integration_workspace)(unsafe.Pointer(x.Ptr())))
}