=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/phc.oxweave,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- OpenXM/src/asir-contrib/packages/doc/Attic/phc.oxweave 2003/05/19 05:15:52 1.1 +++ OpenXM/src/asir-contrib/packages/doc/Attic/phc.oxweave 2004/03/05 15:56:40 1.4 @@ -1,12 +1,12 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/phc.oxweave,v 1.3 2004/03/05 15:30:50 ohara Exp $ */ -/*&C-texi +/*&C @c DO NOT EDIT THIS FILE oxphc.texi @node PHC Functions,,, Top */ -/*&jp-texi +/*&ja @chapter PHC 函数 この節では PHC pack の ox サーバ @code{ox_sm1_phc} @@ -14,7 +14,7 @@ これらの関数はファイル @file{phc} で定義されている. @code{phc} は @file{$(OpenXM_HOME)/lib/asir-contrib} にある. */ -/*&eg-texi +/*&en @chapter PHC Functions This chapter describes interface functions for @@ -23,7 +23,7 @@ These interface functions are defined in the file @fil The file @code{phc} is @* at @file{$(OpenXM_HOME)/lib/asir-contrib}. */ -/*&C-texi +/*&C @example @include opening.texi [255] phc.start(); @@ -40,10 +40,10 @@ The answer is in the variable Phc. [261] @end example */ -/*&C-texi +/*&C Author of @code{PHC pack}: Jan Verschelde. @* */ -/*&jp-texi +/*&ja 参考書 1: Jan Verschelde, PHCpack: A general-purpose solver for polynomial systems by homotopy continuation". ACM Transaction on Mathematical Softwares, 25(2): @@ -51,7 +51,7 @@ homotopy continuation". ACM Transaction on Mathematic 参考書 2: Cox, D., O'Shea, Little, J., Using Algebraic Geometry, Springer. Mixed volumes についての章を見よ. */ -/*&eg-texi +/*&en Reference 1: Jan Verschelde, PHCpack: A general-purpose solver for polynomial systems by homotopy continuation". ACM Transaction on Mathematical Softwares, 25(2): @@ -60,20 +60,20 @@ Reference 2: Cox, D., O'Shea, Little, J., Using Algeb Springer. See the chapter on mixed volumes. */ -/*&C-texi +/*&C @menu -* phc_start:: -* phc:: +* phc.start:: +* phc.phc:: @end menu */ -/*&jp-texi +/*&ja @section 函数一覧 */ -/*&eg-texi +/*&en @section Functions */ -/*&jp-texi +/*&ja @node phc.start,,, PHC Functions @subsection @code{phc.start} @findex phc.start @@ -94,7 +94,7 @@ Springer. See the chapter on mixed volumes. @item 識別番号は @code{Phc_proc} に格納される. @end itemize */ -/*&eg-texi +/*&en @node phc.start,,, PHC Functions @subsection @code{phc.start} @findex phc.start @@ -115,18 +115,18 @@ Integer @item The descriptor is stored in @code{Phc_proc}. @end itemize */ -/*&C-texi +/*&C @example P = phc.start() @end example */ -/*&jp-texi +/*&ja @table @t @item 参照 @code{ox_launch}, @code{phc} @end table */ -/*&eg-texi +/*&en @table @t @item Reference @code{ox_launch}, @code{phc} @@ -134,7 +134,7 @@ P = phc.start() */ -/*&jp-texi +/*&ja @node phc.phc,,, PHC Functions @subsection @code{phc.phc} @findex phc.phc @@ -173,7 +173,7 @@ PHC は作業ファイル @code{tmp.phc.out.pid}, @code 変数の数と方程式の数 @code{length(@var{s})} は等しくないといけない. @end itemize */ -/*&eg-texi +/*&en @node phc.phc,,, PHC Functions @subsection @code{phc.phc} @findex phc.phc @@ -211,7 +211,7 @@ The number of variables and the number of equations @code{length(@var{s})} must agree. @end itemize */ -/*&C-texi +/*&C @noindent Algorithm: @@ -238,13 +238,13 @@ The answer is in the variable Phc. ... @end example */ -/*&jp-texi +/*&ja @table @t @item 参照 @code{ox_launch}, @code{phc.start}, @file{$(OpenXM_HOME)/bin/lin_phcv2}(original PHC pack binary for linux) @end table */ -/*&eg-texi +/*&en @table @t @item Reference @code{ox_launch}, @code{phc.start}, @file{$(OpenXM_HOME)/bin/lin_phcv2}(original PHC pack binary for linux)