[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b

bensapp bensapp at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:40:18 UTC 2011


The following commit has been merged in the master branch:
commit 08b6692d6a508296ba793a8294be6f4d26a0b121
Author: bensapp <bensapp at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date:   Mon Mar 4 18:39:17 2002 +0000

    Added some entries for the new symbolic matrix files.
    
    
    git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@146 416fae20-06d0-4450-9b69-c6c34d4b5f03

diff --git a/Makefile b/Makefile
index 0111072..98b9881 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ MKOCTFILE=mkoctfile
 HAVE_GINAC=1
 endif
 
-SRC=symbols.cc ov-ex.cc ov-sym.cc ov-vpa.cc
+SRC=symbols.cc ov-ex.cc ov-sym.cc ov-vpa.cc ov-ex-mat.cc
 OBJ=$(SRC:.cc=.o)
 
 %.o: %.cc ; $(MKOCTFILE) -v $(GINAC_CPP_FLAGS) -c $<
@@ -21,7 +21,7 @@ FUNCTIONS=vpa sym is_vpa is_sym is_ex to_double digits\
           Cos Sin Tan aCos aSin aTan Cosh Sinh Tanh aCosh\
           aSinh aTanh Exp Log subs differentiate expand\
           collect coeff lcoeff tcoeff degree ldegree quotient\
-          remainder premainder Pi
+          remainder premainder Pi ex_matrix
 OBJLINKS=$(addsuffix .oct,$(FUNCTIONS))
 
 all: symbols.oct

-- 
octave-symbolic



More information about the Pkg-octave-commit mailing list