File: om.mpi

package info (click to toggle)
mathpiper 0.0.svn2556-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,416 kB
  • ctags: 2,729
  • sloc: java: 21,643; xml: 751; sh: 105; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
// From code.mpi.def:
OMDef( "Complex"  , "complex1","complex_cartesian" );
OMDef( "Re"       , "complex1","real"              );
OMDef( "Im"       , "complex1","imaginary"         );
OMDef( "Conjugate", "complex1","conjugate"         );
OMDef( "Arg"      , "complex1","argument"          );
OMDef( "IsComplex", "piper","is_complex"           );