From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/gsurfit/doc/gszero.hlp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 math/gsurfit/doc/gszero.hlp (limited to 'math/gsurfit/doc/gszero.hlp') diff --git a/math/gsurfit/doc/gszero.hlp b/math/gsurfit/doc/gszero.hlp new file mode 100644 index 00000000..c7d411dd --- /dev/null +++ b/math/gsurfit/doc/gszero.hlp @@ -0,0 +1,27 @@ +.help gszero Aug85 "Gsurfit Package" +.ih +NAME +gszero -- set up for a new surface fit +.ih +SYNOPSIS +gszero (sf) + +.nf +pointer sf # surface descriptor +.fi +.ih +ARGUMENTS +.ls sf +Pointer to the surface descriptor structure. +.le +.ih +DESCRIPTION +GSZERO zeros the matrix and right side of the matrix equation. +.ih +NOTES +GSZERO can be used to reinitialize the matrix and right side of the +equation to begin a new fit in accumulate mode. +.ih +SEE ALSO +gsinit, gsfit, gsrefit, gsaccum, gsacpts +.endhelp -- cgit