version 1.4, 2005/03/24 09:05:05 |
version 1.5, 2005/03/24 09:09:34 |
|
|
$OpenXM: OpenXM/src/asir-contrib/guideline.txt,v 1.3 2000/03/23 11:54:07 takayama Exp $ |
$OpenXM: OpenXM/src/asir-contrib/guideline.txt,v 1.4 2005/03/24 09:05:05 takayama Exp $ |
|
|
How to commit your asir program to asir-contrib? [2005, 3/24] |
How to commit your asir program to asir-contrib? [2005, 3/24] |
|
|
Line 8 How to commit your asir program to asir-contrib? [2005 |
|
Line 8 How to commit your asir program to asir-contrib? [2005 |
|
Example: noro_matrix.rr |
Example: noro_matrix.rr |
|
|
Your asir source should be at asir-contrib/packages/src. |
Your asir source should be at asir-contrib/packages/src. |
You may make a new directory under asir-contrib/packages/src |
Or, you may make a new directory under asir-contrib/packages/src |
to put your programs and data, |
to put your programs and data. |
but the top level file must be under asir-contrib/packages/src. |
Example: todo_parametrize |
|
|
2. Please encapsulate your source code |
Your may use both your own directory and the top level source code. |
|
Example: naka_mora |
|
naka_mora.rr |
|
|
|
2. Please encapsulate your source code with module. |
If you want to use the module name which represents a mathematical notion |
If you want to use the module name which represents a mathematical notion |
or a data structure, |
or a data structure, |
the module name should be |
the module name should be |
Line 21 How to commit your asir program to asir-contrib? [2005 |
|
Line 25 How to commit your asir program to asir-contrib? [2005 |
|
notion or data structure name related to your module. |
notion or data structure name related to your module. |
Example: nmatrix where "p" is "n" and "xxxx" is "matrix". |
Example: nmatrix where "p" is "n" and "xxxx" is "matrix". |
Example: fres where "p" is "f" and "xxxx" is "res" (or "resultant"). |
Example: fres where "p" is "f" and "xxxx" is "res" (or "resultant"). |
|
Example: nmora where "p" is "n" and "xxxx" is "mora". |
|
|
|
|
3. Manuals should be written by the texinfo in English and/or Japanese. |
3. Manuals should be written by the texinfo in English and/or Japanese. |