diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-07 01:47:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-07 01:47:51 +0000 |
commit | a6d989b045799e9f256fc58431202a3f28173f85 (patch) | |
tree | ca6ae90dd627c9d292c4a2b594df67a77e136b7a /math/linalg/pkg-message | |
parent | Update to twinlib 0.2.3, in light of my fixes to devel/tmake that allow (diff) |
Add LinAlg, an extended C++ math library. Unfortunately, it can't be made
to respect C(C,XX) or C(XX)FLAGS, according to the author.
Author also requested that the distfile be hosted on *.FreeBSD.org.
PR: 13124
Submitted by: Oleg <oleg@pobox.com>
Notes
Notes:
svn path=/head/; revision=27392
Diffstat (limited to 'math/linalg/pkg-message')
-rw-r--r-- | math/linalg/pkg-message | 11 |
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. |