freebsd-ports/math/linalg/pkg-message
Will Andrews a6d989b045 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>
2000-04-07 01:47:51 +00:00

12 lines
503 B
Plaintext

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.