]> www.ginac.de Git - ginac.git/commitdiff
- modified the comment blocks so the copyright message no longer appears in
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 16 Nov 1999 19:35:24 +0000 (19:35 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 16 Nov 1999 19:35:24 +0000 (19:35 +0000)
  the reference manual (made by Doxygen)

74 files changed:
ginac/add.cpp
ginac/add.h
ginac/basic.cpp
ginac/basic.h
ginac/clifford.cpp
ginac/clifford.h
ginac/color.cpp
ginac/color.h
ginac/coloridx.cpp
ginac/coloridx.h
ginac/constant.cpp
ginac/constant.h
ginac/debugmsg.h
ginac/diff.cpp
ginac/ex.cpp
ginac/ex.h
ginac/expair.h
ginac/expairseq.cpp
ginac/expairseq.h
ginac/exprseq.cpp
ginac/exprseq.h
ginac/exprseq_suppl.cpp
ginac/fail.cpp
ginac/fail.h
ginac/flags.h
ginac/function.cpp
ginac/function.h
ginac/ginac.h
ginac/idx.cpp
ginac/idx.h
ginac/indexed.cpp
ginac/indexed.h
ginac/inifcns.cpp
ginac/inifcns.h
ginac/inifcns_gamma.cpp
ginac/inifcns_trans.cpp
ginac/isospin.cpp
ginac/isospin.h
ginac/lorentzidx.cpp
ginac/lorentzidx.h
ginac/lst.cpp
ginac/lst.h
ginac/lst_suppl.cpp
ginac/matrix.cpp
ginac/matrix.h
ginac/mul.cpp
ginac/mul.h
ginac/ncmul.cpp
ginac/ncmul.h
ginac/normal.cpp
ginac/normal.h
ginac/numeric.cpp
ginac/numeric.h
ginac/operators.cpp
ginac/operators.h
ginac/power.cpp
ginac/power.h
ginac/print.cpp
ginac/printcsrc.cpp
ginac/printraw.cpp
ginac/printtree.cpp
ginac/relational.cpp
ginac/relational.h
ginac/series.cpp
ginac/series.h
ginac/simp_lor.cpp
ginac/simp_lor.h
ginac/structure.cpp
ginac/structure.h
ginac/symbol.cpp
ginac/symbol.h
ginac/tinfos.h
ginac/utils.cpp
ginac/utils.h

index 9d054379aa5c24781ad5697fac9d72171bb1bdd7..2f3beb13b9d79517a4f763eb36c5fd278c2c6a3d 100644 (file)
@@ -1,7 +1,8 @@
 /** @file add.cpp
  *
- *  Implementation of GiNaC's sums of expressions.
- *
+ *  Implementation of GiNaC's sums of expressions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 1b9651977030d2f719d4ae17ff89fdaf1caa7341..0545bcd2e1fd9d3710ce01e01054ee1bdadafff7 100644 (file)
@@ -1,7 +1,8 @@
 /** @file add.h
  *
- *  Interface to GiNaC's sums of expressions.
- *
+ *  Interface to GiNaC's sums of expressions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 0b713b8855049acb71982079349bbfcd997d9cba..097ec5749196d599a04e2d55eadbd5aa7b6f2333 100644 (file)
@@ -1,7 +1,8 @@
 /** @file basic.cpp
  *
- *  Implementation of GiNaC's ABC.
- *
+ *  Implementation of GiNaC's ABC. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index ebc130f761ce713c3c241a234d597deb2f413f68..a376855d6f7454747d3b09c60a2cef6b8965a227 100644 (file)
@@ -1,7 +1,8 @@
 /** @file basic.h
  *
- *  Interface to GiNaC's ABC.
- *
+ *  Interface to GiNaC's ABC. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 1e154b1ab3a450b87bb97ace3e653dd0690f5877..d16f1fe52cf7a49bf312252986fed4f1be082472 100644 (file)
@@ -1,8 +1,9 @@
 /** @file clifford.cpp
  *
  *  Implementation of GiNaC's clifford objects.
- *  No real implementation yet, to be done.    
- *
+ *  No real implementation yet, to be done.     */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 1bfd561ad96cf944c92f83cec9240bd630222604..36a1ff9bf3d0e1c46b7647aec49e24d6abaa42e7 100644 (file)
@@ -1,7 +1,8 @@
 /** @file clifford.h
  *
- *  Interface to GiNaC's clifford objects.
- *
+ *  Interface to GiNaC's clifford objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index f905693e18947c1f0df3ccead73215318fec3d30..33dc647cfbe3bba70a7984372c1d41546a34f533 100644 (file)
@@ -1,8 +1,9 @@
 /** @file color.cpp
  *
  *  Implementation of GiNaC's color objects.
- *  No real implementation yet, to be done.    
- *
+ *  No real implementation yet, to be done.     */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 266496b2cd1fa94bc868437103393b6508e50582..877e7de5f9cf2f1fb8490bf4eb9c73262791021e 100644 (file)
@@ -1,7 +1,8 @@
 /** @file color.h
  *
- *  Interface to GiNaC's color objects.
- *
+ *  Interface to GiNaC's color objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index ff4a5f45bc223569a246ab08f200ccf60e52055a..523c0d2a9abc6cc078d156e9b1bbce8f1a1eaf2f 100644 (file)
@@ -1,7 +1,8 @@
 /** @file coloridx.cpp
  *
- *  Implementation of GiNaC's color indices.
- *
+ *  Implementation of GiNaC's color indices. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 4fb6a759d74bf4284b1d2a05ba19fd904300a73f..1753b429be3b9694d05baa82ab3d2ed39baa480d 100644 (file)
@@ -1,7 +1,8 @@
 /** @file coloridx.h
  *
- *  Interface to GiNaC's color indices.
- *
+ *  Interface to GiNaC's color indices. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 6ea13a00ffa0fac69c88f8327c28295cf04829ca..4e866eaf0d857b57b29f1ab21e7fbe9b5dc88ab9 100644 (file)
@@ -1,7 +1,8 @@
 /** @file constant.cpp
  *
- *  Implementation of GiNaC's constant types and some special constants.
- *
+ *  Implementation of GiNaC's constant types and some special constants. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 488d8a3edbd515fb54a77f3892ef8619b56ac806..c5c90c035c3b5c97d357998b4c4c4d5436333a14 100644 (file)
@@ -1,7 +1,8 @@
 /** @file constant.h
  *
- *  Interface to GiNaC's constant types and some special constants.
- *
+ *  Interface to GiNaC's constant types and some special constants. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index eae3cbd8e61915dc6b69764c925f83febb61bfd5..13bd156850d8c39aba3e181237fd6746c8d799e5 100644 (file)
@@ -1,7 +1,8 @@
 /** @file debugmsg.h
  *
- *  Utilities needed for debugging only.
- *
+ *  Utilities needed for debugging only. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index ff7855af4f0854dd2e7868cfeb0e01454f890d16..dec8dc7d590fce307de4fe0136e4bab5ed33b836 100644 (file)
@@ -1,7 +1,8 @@
 /** @file diff.cpp
  *
- *  Implementation of symbolic differentiation in all of GiNaC's classes.
- *
+ *  Implementation of symbolic differentiation in all of GiNaC's classes. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index c30efddac37b449193263f329d367f7a915fdd78..147cd97ffd6144a3edf9abaea61081f6f31d16f2 100644 (file)
@@ -1,7 +1,8 @@
 /** @file ex.cpp
  *
- *  Implementation of GiNaC's light-weight expression handles.
- *
+ *  Implementation of GiNaC's light-weight expression handles. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index c07c3edb79d9ce62059b3e1f341f3868f6e00d9a..de54e7c9cee14adfa183b193bd80dfcbbb19c8de 100644 (file)
@@ -1,7 +1,8 @@
 /** @file ex.h
  *
- *  Interface to GiNaC's light-weight expression handles.
- *
+ *  Interface to GiNaC's light-weight expression handles. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 372091db3602846a9c743678ca87622c247a98a6..a066382a6a42bba6bb2dbb39201ac773d59c0a88 100644 (file)
@@ -1,5 +1,8 @@
 /** @file expair.h
  *
+ *  Definition of expression pairs (building blocks of expairseq). */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 23ccaa961f3f72c198f02e848069c6a2724382fc..f9347e0b364961378a21421f6f8e40121770ea7c 100644 (file)
@@ -1,5 +1,8 @@
 /** @file expairseq.cpp
  *
+ *  Implementation of sequences of expression pairs. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index faaa7532294d1a585853b638caec0aa480cc7f41..55be7cfd1bc25d8e7d0bc40fee15ed84e938bdb8 100644 (file)
@@ -1,5 +1,8 @@
 /** @file expairseq.h
  *
+ *  Interface to sequences of expression pairs. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 3a97d4bbca527e580c69f0e81beb45f55c64883d..329701557540e4f7ab80a5bfdd15874f4ce7ee71 100644 (file)
@@ -9,8 +9,9 @@
  *                        $prepend=0
  *                        $let_op=0
  *                        $open_bracket=(
- *                        $close_bracket=)
- *
+ *                        $close_bracket=) */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index f82a21c0447a1ed2c336028a5b5dd8136e471728..179cfbde767e83d6357838eb7c5a151a73ab3766 100644 (file)
@@ -9,8 +9,9 @@
  *                        $prepend=0
  *                        $let_op=0
  *                        $open_bracket=(
- *                        $close_bracket=)
- *
+ *                        $close_bracket=) */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 1482a58b63665a83d7d8dfb8636a46e88b8b5d05..f4355d79a03baa820ed4ef6a8e2bf33ccbe3fcdd 100644 (file)
@@ -1,8 +1,9 @@
 /** @file exprseq_suppl.cpp
  *
  *  Supplement to exprseq.cpp, contains the parts which were
- *  not automatically generated.
- *
+ *  not automatically generated. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index b97d0c4edfc89360793b03918ae56a0110bb4154..3dc847b9e296dd2b44b0d929ce4c92f7f134fd7f 100644 (file)
@@ -1,8 +1,9 @@
 /** @file fail.cpp
  *
  *  Implementation of class signaling failure of operation. Considered
- *  obsolete all this stuff ought to be replaced by exceptions.
- *
+ *  obsolete all this stuff ought to be replaced by exceptions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 40897e2e74417d601ba559453e1152eb1802e718..2fc383ef747c66ba1b4c956065e86e387a81cc6b 100644 (file)
@@ -1,8 +1,9 @@
 /** @file fail.h
  *
  *  Interface to class signaling failure of operation. Considered obsolete all
- *  this stuff ought to be replaced by exceptions.
- *
+ *  this stuff ought to be replaced by exceptions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index cc735b64a206648d124357d6ba9bf9e7ba5af943..2057baa219f72dcb6475e7174510a32001a026e4 100644 (file)
@@ -1,7 +1,8 @@
 /** @file flags.h
  *
- *  Collection of all flags used through the GiNaC framework.
- *
+ *  Collection of all flags used through the GiNaC framework. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 0afb41ebe03b728427542c20795e2744c78f2c3f..1870dedd7424d7bd6ae3cb28f23b44a7ae306d2c 100644 (file)
@@ -4,8 +4,9 @@
  *
  *  This file was generated automatically by function.pl.
  *  Please do not modify it directly, edit the perl script instead!
- *  function.pl options: $maxargs=10
- *
+ *  function.pl options: $maxargs=10 */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index b2fcd7acc94b4fc70cbd199e3732da13a15d874b..4666e1776bfbb4cad2bc307dd130469f2542e6b1 100644 (file)
@@ -4,8 +4,9 @@
  *
  *  This file was generated automatically by function.pl.
  *  Please do not modify it directly, edit the perl script instead!
- *  function.pl options: $maxargs=10
- *
+ *  function.pl options: $maxargs=10 */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index ae9a699f626d1490c16cd88cc0e99c6a06f8da19..c9661091b629610eb064ae563d9481f61320b51c 100644 (file)
@@ -1,7 +1,8 @@
 /** @file ginac.h
  *
- *  This include file includes all other public GiNaC headers.
- *
+ *  This include file includes all other public GiNaC headers. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index c24846833989386f5c78d87961dd59a6719d5414..8de753c1a94a087718644f254a1d7e1f646504b4 100644 (file)
@@ -1,7 +1,8 @@
 /** @file idx.cpp
  *
- *  Implementation of GiNaC's indices.
- *
+ *  Implementation of GiNaC's indices. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index c742db6bce9c38b6dd3dd094f3019cc69003eea8..2faced84ad9f152fa3938aaa5739aac37a138c64 100644 (file)
@@ -1,7 +1,8 @@
 /** @file idx.h
  *
- *  Interface to GiNaC's indices.
- *
+ *  Interface to GiNaC's indices. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 7fcd8939ef6d877bc0e9884532a24102b23ccddc..0804330bfbc86549a530a51d1ac607449e786d54 100644 (file)
@@ -1,7 +1,8 @@
 /** @file indexed.cpp
  *
- *  Implementation of GiNaC's index carrying objects.
- *
+ *  Implementation of GiNaC's index carrying objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 97e3e1a71229f4f056f8919b81c0d0227690ff57..7f13af51bef0439451a090652f67f9d811f996bc 100644 (file)
@@ -1,7 +1,8 @@
 /** @file indexed.h
  *
- *  Interface to GiNaC's index carrying objects.
- *
+ *  Interface to GiNaC's index carrying objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 48567821534b9df55e73997edd0fbc72d28fd3bf..f9b797ee6eeb7d2297355538a5337cfecf5136a1 100644 (file)
@@ -1,7 +1,8 @@
 /** @file inifcns.cpp
  *
- *  Implementation of GiNaC's initially known functions.
- *
+ *  Implementation of GiNaC's initially known functions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 095abf7cd5427cf1428feaf5f8ba319009ae0677..f4af0cb87465cc6379ea41c89dc16c57125dc658 100644 (file)
@@ -1,7 +1,8 @@
 /** @file inifcns.h
  *
- *  Interface to GiNaC's initially known functions.
- *
+ *  Interface to GiNaC's initially known functions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 73a64b3e2d3b07dc9e91988b3549ae9a7233e2fd..34a390ed23e23e1b412609399f926328596570cf 100644 (file)
@@ -1,7 +1,8 @@
 /** @file inifcns_gamma.cpp
  *
- *  Implementation of Gamma function and some related stuff.
- *
+ *  Implementation of Gamma function and some related stuff. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index fae653182f4f7c9076526c5cd1dba36ac2e4abef..410657333ec68e4bc97903ffa5782c6c2e754228 100644 (file)
@@ -1,8 +1,9 @@
 /** @file inifcns_trans.cpp
  *
  *  Implementation of transcendental (and trigonometric and hyperbolic)
- *  functions.
- *
+ *  functions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 05ca5fbe23f3aabdcbc98ef6c5ae13943b0e6c46..3cc6b5e12219a0582dbbecb49c27616be027b504 100644 (file)
@@ -1,8 +1,9 @@
 /** @file isospin.cpp
  *
  *  Implementation of GiNaC's isospin objects.
- *  No real implementation yet, to be done.    
- *
+ *  No real implementation yet, to be done.     */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 331a70e68b306860a63a76335af1a083897dd6d0..81c96dc39581f137c08f1b850df9453ec5632012 100644 (file)
@@ -1,7 +1,8 @@
 /** @file isospin.h
  *
- *  Interface to GiNaC's isospin objects.
- *
+ *  Interface to GiNaC's isospin objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 02611668313b23a7ad7ed733b18c19dc9eda2701..3719f15b672a86e0bdb8c002627a9542601cd860 100644 (file)
@@ -1,7 +1,8 @@
 /** @file lorentzidx.cpp
  *
- *  Implementation of GiNaC's lorentz indices.
- *
+ *  Implementation of GiNaC's lorentz indices. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 001494088735c39fc96002ab234e442bc9cc48af..7fc2a05def876c699581f2970f4bc2c2a90f7d9e 100644 (file)
@@ -1,7 +1,8 @@
 /** @file lorentzidx.h
  *
- *  Interface to GiNaC's lorentz indices.
- *
+ *  Interface to GiNaC's lorentz indices. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 0c752ccd9555e4cf5d3d56592bac5b6a5e95297b..b05c48aa068abc57d8dcd8e1d42b0a77c4ec322d 100644 (file)
@@ -9,8 +9,9 @@
  *                        $prepend=1
  *                        $let_op=1
  *                        $open_bracket=[
- *                        $close_bracket=]
- *
+ *                        $close_bracket=] */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index e96f950e6e6aec297436036d4ba58708722cf6b6..beeb9a3daee69b7f14c82f049381265ca538135c 100644 (file)
@@ -9,8 +9,9 @@
  *                        $prepend=1
  *                        $let_op=1
  *                        $open_bracket=[
- *                        $close_bracket=]
- *
+ *                        $close_bracket=] */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 5e507afd027471906515c66ab8fbbdefad0bfcc2..71463df7135af932fec5f52f17e29af677769f6a 100644 (file)
@@ -1,8 +1,9 @@
 /** @file lst_suppl.cpp
  *
  *  Supplement to lst.cpp, contains the parts which were
- *  not automatically generated.
- *
+ *  not automatically generated. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index efece8566f3b85c725fe0e16045740a2cc35abff..34d5f2f93c008a0deeac8aeaf0e4aff64992ed18 100644 (file)
@@ -1,7 +1,8 @@
 /** @file matrix.cpp
  *
- *  Implementation of symbolic matrices
- *
+ *  Implementation of symbolic matrices */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index f30a39a264bbd7977698fc66b2df701a07d0a383..235fbda4905fdcb0f387a061d3b41ee07d6eb8fc 100644 (file)
@@ -1,7 +1,8 @@
 /** @file matrix.h
  *
- *  Interface to symbolic matrices
- *
+ *  Interface to symbolic matrices */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 021433a82d64e548d9e248f99dbaafdc63ffa491..e3cbd78a1575a33a897540e319d7a8c89de754c9 100644 (file)
@@ -1,7 +1,8 @@
 /** @file mul.cpp
  *
- *  Implementation of GiNaC's products of expressions.
- *
+ *  Implementation of GiNaC's products of expressions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index b134fc207c1317b76a51a6b77f14356b990a26e8..46b3791e40c3243e72726002ceba69b1833b59b4 100644 (file)
@@ -1,7 +1,8 @@
 /** @file mul.h
  *
- *  Interface to GiNaC's products of expressions.
- *
+ *  Interface to GiNaC's products of expressions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 6d87597f8cc7d8bb1ee1cfbd27cd1773aee59c39..74c395460017d3a43d8f1040305191aeb23fbb26 100644 (file)
@@ -1,7 +1,8 @@
 /** @file ncmul.cpp
  *
- *  Implementation of GiNaC's non-commutative products of expressions.
- *
+ *  Implementation of GiNaC's non-commutative products of expressions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 5a8b732b3846b3f070a3d19b531a4deaa62fb9c5..458c5ecc159e6fa79b34da327e5b94751b3f4b1d 100644 (file)
@@ -1,7 +1,8 @@
 /** @file ncmul.h
  *
- *  Interface to GiNaC's non-commutative products of expressions.
- *
+ *  Interface to GiNaC's non-commutative products of expressions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index fe4eb3ccc6b3b6b2e1a8667c5b0a1c89ee2a6037..65c810980816a921c583b5d9b5c812b0f38b3ebd 100644 (file)
@@ -4,8 +4,9 @@
  *  multivariate polynomials and rational functions.
  *  These functions include polynomial quotient and remainder, GCD and LCM
  *  computation, square-free factorization and rational function normalization.
+ */
 
- *
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index d4d8ac166664aaf16ae9e54ba2657668ddd70045..879e0d4d452cfec697c630f58d7e47024d7187c1 100644 (file)
@@ -1,8 +1,9 @@
 /** @file normal.h
  *
  *  Functions for polynomial quotient and remainder, GCD and LCM computation
- *  and square-free factorization.
- *
+ *  and square-free factorization. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 886fac72ccba04eca9ab78582750cd085c7dd984..126a4b25f4e1ece391e80de05f9698f54f673ff5 100644 (file)
@@ -4,8 +4,9 @@
  *  Its most important design principle is to completely hide the inner
  *  working of that other package from the user of GiNaC.  It must either 
  *  provide implementation of arithmetic operators and numerical evaluation
- *  of special functions or implement the interface to the bignum package.
- *
+ *  of special functions or implement the interface to the bignum package. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index b8abb189d04d853f622952ac8b1c017084162416..01e2ad60677aeef26b725a9fd0aaa787d17fc186 100644 (file)
@@ -1,7 +1,8 @@
 /** @file numeric.h
  *
- *  Makes the interface to the underlying bignum package available.
- *
+ *  Makes the interface to the underlying bignum package available. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 0448f02555471bbaac2291a9172a5786af9d9ba0..6ccc7a8151b1f100755445fc907c0b8b0932e9dd 100644 (file)
@@ -1,7 +1,8 @@
 /** @file operators.cpp
  *
- *  Implementation of GiNaC's overloaded operators.
- *
+ *  Implementation of GiNaC's overloaded operators. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 9cfb01c636c6dd666d0c1e10c67928e3680f2103..cc354d867dede87d958c0d9e2d7c5768a0add71a 100644 (file)
@@ -1,7 +1,8 @@
 /** @file operators.h
  *
- *  Interface to GiNaC's overloaded operators.
- *
+ *  Interface to GiNaC's overloaded operators. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index afb34e68ccf42aec27ce0d847a5a2693d494688b..a459150dbe4d5a692bf0a47e05ee13e8285f97a8 100644 (file)
@@ -1,7 +1,8 @@
 /** @file power.cpp
  *
- *  Implementation of GiNaC's symbolic exponentiation (basis^exponent).
- *
+ *  Implementation of GiNaC's symbolic exponentiation (basis^exponent). */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 8533a0693ed1639807fbc301d585bbccc7e94e66..37ce802260c31dc1bc0ede5c806034cbbd10bc9c 100644 (file)
@@ -1,7 +1,8 @@
 /** @file power.h
  *
- *  Interface to GiNaC's symbolic exponentiation (basis^exponent).
- *
+ *  Interface to GiNaC's symbolic exponentiation (basis^exponent). */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 2d3a936341b292e036f66f8f6cb7165ff34e6e61..f75ad933ee29517f15b9959cfa57282886ac6e0b 100644 (file)
@@ -1,8 +1,9 @@
 /** @file print.cpp
  *
  *  The methods .print() are responsible for the nice default-output of
- *  objects.  All related helper-functions go in here as well.
- *
+ *  objects.  All related helper-functions go in here as well. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 2a23ab80b5cac957d1b5294253215e129822cc47..543035eb4418dbec23f2e3419c1068e179c4a5e7 100644 (file)
@@ -1,8 +1,9 @@
 /** @file printcsrc.cpp
  *
  *  The methods .printcsrc() are responsible for C-source output of
- *  objects.  All related helper-functions go in here as well.
- *
+ *  objects.  All related helper-functions go in here as well. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 6be1fbfbaef4717a7809c462b83bf30283855b11..d1aac63e1e5c86ea1be6f95248ae10612b774260 100644 (file)
@@ -1,8 +1,9 @@
 /** @file printraw.cpp
  *
  * print in ugly raw format, so brave developers can have a look at the
- * underlying structure.
- *
+ * underlying structure. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 89498c5ea85b0f85d83da8c5729596d3abed5ee9..38706f6975d8c6e6de5627c987d1d0da1b4bd2f3 100644 (file)
@@ -1,8 +1,9 @@
 /** @file printtree.cpp
  *
  * print in tree- (indented-) form, so developers can have a look at the
- * underlying structure.
- *
+ * underlying structure. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index db6b5cf2bb8e3c488a93b401d88b79ac178ca949..1cce02d977fa5018ae8061759251c8f788711622 100644 (file)
@@ -1,7 +1,8 @@
 /** @file relational.cpp
  *
- *  Implementation of relations between expressions
- *
+ *  Implementation of relations between expressions */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 6f5009df33998a28498dfad456aaf2012dfdac0a..317b1d23523f041e067013ab984bf9af7f3bc56d 100644 (file)
@@ -1,7 +1,8 @@
 /** @file relational.h
  *
- *  Interface to relations between expressions.
- *
+ *  Interface to relations between expressions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 187a8472367f482f3ef372eaa32c1fdd318520de..6002d95b2c86f4c62ea7da70554f54ac251cc8a7 100644 (file)
@@ -1,8 +1,9 @@
 /** @file series.cpp
  *
  *  Implementation of class for extended truncated power-series and
- *  methods for series expansion.
- *
+ *  methods for series expansion. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 8d7822dbf3de134ae7d675e25bc5735348120f24..4a757b0a3a951da6bdf5bc28a9624d7007ab84c2 100644 (file)
@@ -1,7 +1,8 @@
 /** @file series.h
  *
- *  Interface to class for extended truncated power series.
- *
+ *  Interface to class for extended truncated power series. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 5e289aa60b47c10152fc5e44d11f686209aa3859..ea488dc616b41e6a696ff35635f36ddcfd57b03e 100644 (file)
@@ -1,8 +1,9 @@
 /** @file simp_lor.cpp
  *
  *  Implementation of GiNaC's simp_lor objects.
- *  No real implementation yet, to be done.    
- *
+ *  No real implementation yet, to be done.     */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index eefddac792d54cd20d6fb5a5e840305a1b756100..a3971bf411ee8728a60b0c459ee24b894e67341a 100644 (file)
@@ -1,7 +1,8 @@
 /** @file simp_lor.h
  *
- *  Interface to GiNaC's simp_lor objects.
- *
+ *  Interface to GiNaC's simp_lor objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index e7cb8303bb59fa8c67ce184e9d4f4d7097ab7eed..dd939c90811d2bef5c1791df29ae4fc77a6b5c07 100644 (file)
@@ -1,7 +1,8 @@
 /** @file structure.cpp
  *
- *  Implementation of 'abstract' class structure.
- *
+ *  Implementation of 'abstract' class structure. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index cbe44758c0e6910b0334b90c7c79dbacd8479d59..c14a17c8d6d5a5bb5146fcf236bfdbd638b1b489 100644 (file)
@@ -1,7 +1,8 @@
 /** @file structure.h
  *
- *  Interface to 'abstract' class structure.
- *
+ *  Interface to 'abstract' class structure. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index b32418f1aa50e70ff1029dc52308568f30a3b2e4..f84d98cbe996bd9237f46b54012b7e7e7f1baede 100644 (file)
@@ -1,7 +1,8 @@
 /** @file symbol.cpp
  *
- *  Implementation of GiNaC's symbolic objects.
- *
+ *  Implementation of GiNaC's symbolic objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 5bd60159dd9553fab62a027f8d221dbb23056c72..ade8d776d8a56312012e0de9f80ccf62a0f04384 100644 (file)
@@ -1,7 +1,8 @@
 /** @file symbol.h
  *
- *  Interface to GiNaC's symbolic objects.
- *
+ *  Interface to GiNaC's symbolic objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 24aeef0547feaa7897eaf7501d1b5bc14891439a..5a70aeed453c96e51e21e3d317ddf6e85d942e0e 100644 (file)
@@ -1,7 +1,8 @@
 /** @file tinfos.h
  *
- *  Values for a do-it-yourself typeinfo scheme.
- *
+ *  Values for a do-it-yourself typeinfo scheme. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 15f4cc57bc47923e93e32536c182aa57ae41f255..0689d3e7e2f1c110f104e8f9dba732d273309a47 100644 (file)
@@ -1,7 +1,8 @@
 /** @file utils.cpp
  *
- *  Implementation of several small and furry utilities.
- *
+ *  Implementation of several small and furry utilities. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
index 259527eef74669fadab04c35bc2bb2ab7436169b..b78d46a32f04c91cd5826f32f36bc02551ffb28c 100644 (file)
@@ -1,7 +1,8 @@
 /** @file utils.h
  *
- *  Interface to several small and furry utilities.
- *
+ *  Interface to several small and furry utilities. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify