edit
This commit is contained in:
parent
1dee546879
commit
426fa870b1
15 changed files with 176 additions and 72 deletions
5
Makefile
5
Makefile
|
@ -44,11 +44,12 @@ main.o misc.o data.o alloc.o stack.o scan.o print.o eval.o subst.o gcd.o \
|
|||
factor.o quickfactor.o factorpoly.o tensor.o contract.o transpose.o \
|
||||
derivative.o integral.o prime.o dsolve.o distill.o display.o add.o multiply.o \
|
||||
power.o factorial.o sum.o product.o det.o inv.o hilbert.o taylor.o binomial.o \
|
||||
trace.o charpoly.o hermite.o laguerre.o legendre.o degree.o divisors.o \
|
||||
trace.o hermite.o laguerre.o legendre.o degree.o divisors.o \
|
||||
vectorize.o variables.o test.o selftest.o numerator.o denominator.o simfac.o \
|
||||
besselj.o bessely.o carac.o convolution.o dirac.o erf.o erfc.o summarize.o \
|
||||
fourier.o gamma.o heaviside.o invfourier.o sgn.o cofactor.o adj.o \
|
||||
tchebychevT.o tchebychevU.o arg.o imag.o mag.o real.o rect.o quotient.o
|
||||
tchebychevT.o tchebychevU.o arg.o imag.o mag.o real.o rect.o quotient.o \
|
||||
bake.o
|
||||
|
||||
math : $(objects)
|
||||
$(CXX) -o math $(objects) -lm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue