From 5267baa0e9d8544280a0721f6240fac8afa0f0af Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 4 Jan 2018 10:49:22 -0500 Subject: [PATCH] vector/stub: Add package. * test/core/vector/stub.xml: Add specification. * vector/stub.xml: Add package. --- core/test/core/suite.xml | 1 + core/test/core/vector/stub.xml | 49 ++++++++++++++++++++ core/vector/stub.xml | 81 ++++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+) create mode 100644 core/test/core/vector/stub.xml create mode 100644 core/vector/stub.xml diff --git a/core/test/core/suite.xml b/core/test/core/suite.xml index ce02b4bb..c3c4505b 100644 --- a/core/test/core/suite.xml +++ b/core/test/core/suite.xml @@ -31,6 +31,7 @@ + diff --git a/core/test/core/vector/stub.xml b/core/test/core/vector/stub.xml new file mode 100644 index 00000000..087c22a5 --- /dev/null +++ b/core/test/core/vector/stub.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/vector/stub.xml b/core/vector/stub.xml new file mode 100644 index 00000000..dead60bb --- /dev/null +++ b/core/vector/stub.xml @@ -0,0 +1,81 @@ + + + + + + + + + Stub vectors and classifications of various lengths---% + as well as the means of producing arbitrary lengths---% + are provided for convenience and testing. + + +
+ Ten n-vectors with each element containing the value~$0$ are + provided. + + + + +
+ + + +
+ Ten n-classes generated from the respective n-vectors are provided. + + + + + + +
+ + + +
+ \ref{_n-vector_} generates vector constants of length~$n$ where each + element is assigned the provided value (or~$0$ if unspecified). + + +
+