Skip to content
Snippets Groups Projects
Commit a47e9a14 authored by Steven Palmer's avatar Steven Palmer
Browse files

Remove Module from module names

parent 54059e56
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -387,11 +387,11 @@ Y_{i+1}, v) )$$ where $i = \mbox{index}(X, v)$\\
\subsection* {Module}
DataModule
Data
\subsection* {Uses}
CurveT, SeqServicesModule for interpLin and index
CurveADT for CurveT, SeqServices for interpLin and index
\subsection* {Syntax}
......@@ -409,9 +409,9 @@ Data\_init & ~ & ~ & ~\\
\hline
Data\_add & c: CurveT, $z: \mathbb{R}$ & ~ & Full, IndepVarNotAscending\\
\hline
eval & $x: \mathbb{R}, z: \mathbb{R}$ & ~ & ~\\
Data\_eval & $x: \mathbb{R}, z: \mathbb{R}$ & ~ & ~\\
\hline
slice & $x: \mathbb{R}$ & CurveT & ~\\
Data\_slice & $x: \mathbb{R}$ & CurveT & ~\\
\hline
\end{tabular}
......@@ -469,7 +469,7 @@ Data\_init():
\subsection* {Module}
SeqServicesModule
SeqServices
\subsection* {Uses}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment