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

Fix access program table for SeqServices

parent 390fa47e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -487,13 +487,17 @@ None
\hline
\textbf{Routine name} & \textbf{In} & \textbf{Out} & \textbf{Exceptions}\\
\hline
isAscending & $x: \mathbb{R}^n$ & $\mathbb{B}$ & ~\\
isAscending & $X: \mathbb{R}^n$ & $\mathbb{B}$ & ~\\
\hline
isInBounds & $x: \mathbb{R}^n, \mathbb{R}$ & $\mathbb{B}$ & ~\\
isInBounds & $X: \mathbb{R}^n, x: \mathbb{R}$ & $\mathbb{B}$ & ~\\
\hline
interpLin & $x_1: \mathbb{R}, y_1: \mathbb{R}, x_2: \mathbb{R}, y_2: \mathbb{R},
x: \mathbb{R}$ & $\mathbb{R}$ & ~\\
\hline
interpQuad & $ x_0: \mathbb{R}, y_0: \mathbb{R},
x_1: \mathbb{R}, y_1: \mathbb{R}, x_2: \mathbb{R}, y_2: \mathbb{R},
x: \mathbb{R}$ & $\mathbb{R}$ & ~\\
\hline
index & $X: \mathbb{R}^n, x: \mathbb{R}$ & $\mathbb{N}$ & ~\\
\hline
......
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