$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51999 - sandbox/monomials_horner_rule/libs/math/doc
From: erwann.rogard_at_[hidden]
Date: 2009-03-26 18:07:36
Author: e_r
Date: 2009-03-26 18:07:35 EDT (Thu, 26 Mar 2009)
New Revision: 51999
URL: http://svn.boost.org/trac/boost/changeset/51999
Log:
Minor addition to readme
Text files modified: 
   sandbox/monomials_horner_rule/libs/math/doc/readme.txt |    29 ++++++++++++++++++++++++++++-           
   1 files changed, 28 insertions(+), 1 deletions(-)
Modified: sandbox/monomials_horner_rule/libs/math/doc/readme.txt
==============================================================================
--- sandbox/monomials_horner_rule/libs/math/doc/readme.txt	(original)
+++ sandbox/monomials_horner_rule/libs/math/doc/readme.txt	2009-03-26 18:07:35 EDT (Thu, 26 Mar 2009)
@@ -14,9 +14,36 @@
 / Overview  /
 /////////////
 
-This collection of C++ classes computes multivariate monomials and derived quantities using Horner's rule a.k.a. graded lexicographic ordering.
+This collection of C++ classes computes multivariate monomials and derived
+quantities using Horner's rule a.k.a. graded lexicographic ordering.
 Individual classes contain specific documentation.
 
+////////////
+/ Notation /
+////////////
+
+D       dimension
+a       multivariate power
+|a|     total degree of a             |a| = sum{a(d):d=0,...,D-1}
+p       a bound on |a|
+b       coefficient
+x       range of size D
+/////////
+/ Files /
+/////////
+
+/monomials.hpp:
+ arg: x, p
+ out: {x^a: |a|=p}
+/monomials_properties.hpp
+/multi_factorial.hpp
+  deprecated: redundant with multi_indexes_derived.
+/multi_indexes.hpp
+  member: get
+  arg:    p
+  out:    {a:|a|=p}
+/multi_indexes_derived.hpp
+
 //////////////////
 / Requirements   /
 //////////////////