Added docs to the spline module.

This commit is contained in:
Hauke Heibel
2011-12-04 18:44:01 +01:00
parent 9bd902ed9c
commit a8a2bf3b5a
4 changed files with 198 additions and 66 deletions

View File

@@ -553,6 +553,7 @@ WARN_LOGFILE =
# with spaces.
INPUT = "${Eigen_SOURCE_DIR}/unsupported/Eigen" \
"${Eigen_SOURCE_DIR}/unsupported/Eigen/src/Splines" \
"${Eigen_SOURCE_DIR}/unsupported/doc"
# This tag can be used to specify the character encoding of the source files
@@ -958,7 +959,8 @@ PAPER_TYPE = a4wide
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
# packages that should be included in the LaTeX output.
EXTRA_PACKAGES = amssymb
EXTRA_PACKAGES = amssymb \
amsmath
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
# the generated latex document. The header should contain everything until