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). + + +
+