* Added initial support for errorbar object, which includes

compression-to-string (ad hoc implementation is written in C++ with the
  help of my cp.inc library, unfortunately).
This commit is contained in:
wirawan
2010-10-19 20:19:25 +00:00
parent 9eb177bc27
commit 428b481b87
3 changed files with 313 additions and 0 deletions

6
math/stats/Makefile Normal file
View File

@@ -0,0 +1,6 @@
# $Id: Makefile,v 1.1 2010-10-19 20:19:25 wirawan Exp $
# Created: 20101007
# Wirawan Purwanto
compress_errorbars.exe: compress_errorbars.cc
$(CXX) -O2 -o $@ $^ -I$(WORK_DIR)