aboutsummaryrefslogtreecommitdiffstats
path: root/math/linalg/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'math/linalg/pkg-message')
-rw-r--r--math/linalg/pkg-message11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/linalg/pkg-message b/math/linalg/pkg-message
new file mode 100644
index 000000000000..3fd4fd9df0d5
--- /dev/null
+++ b/math/linalg/pkg-message
@@ -0,0 +1,11 @@
+Don't forget to compile and run verification/validation code: gmake check-all
+or specifically, sub-targets
+ vmatrix vvector vmatrix1 vmatrix2 vlastreams
+ vali vhjmin vfminbr vzeroin
+ vsvd vslesing sample_ult sample_adv
+
+See comments in a LinAlg/Makefile for details, as well as NumMath.dr.
+The verification code checks to see that all the functions in this
+package have compiled and run well. The validation code can also serve
+as an illustration of how package's classes and functions may be
+employed.