Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.116 1.1

latest revision download Branch MAIN

1.116 annotated / raw | Diffs: previous, other | Lines: 2097 ( +41, -54 )

Created: 2008-10-19 16:34:39 -0500 (2 months 19 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20081019213330

Reduce code overhead

1.115 annotated / raw | Diffs: previous, other | Lines: 2110 ( +12, -6 )

Created: 2008-09-18 12:16:35 -0500 (3 months 19 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20080918171635

ExtendedGCD test cases

1.114 annotated / raw | Diffs: previous, other | Lines: 2104 ( +6, -1 )

Created: 2008-09-07 10:22:38 -0500 (4 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080907152122

Added PowerMod[] and ExtendedGCD[] functions.

1.113 annotated / raw | Diffs: previous, other | Lines: 2099 ( +40, -8 )

Created: 2008-09-02 12:33:05 -0500 (4 months 5 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20080902172346

use only google collection interfaces

1.112 annotated / raw | Diffs: previous, other | Lines: 2067 ( +2, -0 )

Created: 2008-08-22 17:18:30 -0500 (4 months 16 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20080822221830

Store all system rules in System.mep file.

1.111 annotated / raw | Diffs: previous, other | Lines: 2065 ( +46, -21 )

Created: 2008-08-06 03:39:35 -0500 (5 months 1 day ago) | Author: axelcl | Changeset: MAIN:axelcl:20080806083935

New testcase in SystemTestCase for:
OutputFormFactory has now an option for "relaxed" syntax, i.e. use '()' instead of '[]' for function arguments and '[]' instead of '[[]]' for parts of an IAST.

1.110 annotated / raw | Diffs: previous, other | Lines: 2040 ( +3, -3 )

Created: 2008-08-04 08:21:06 -0500 (5 months 3 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20080804132106

Some improvements for FindRoot[]

1.109 annotated / raw | Diffs: previous, other | Lines: 2040 ( +20, -0 )

Created: 2008-07-18 04:33:47 -0500 (5 months 20 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20080718093132

Make MathEclipse more thread-safe

1.108 annotated / raw | Diffs: previous, other | Lines: 2020 ( +6, -2 )

Created: 2008-07-13 14:10:34 -0500 (5 months 25 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20080713190748

Eliminate FindBugs issues

1.107 annotated / raw | Diffs: previous, other | Lines: 2016 ( +20, -11 )

Created: 2008-07-12 09:45:29 -0500 (5 months 26 days ago) | Author: axelcl | Changeset: MAIN:axelcl:20080712144049

Improved Iterator for nested Sum[] and Product[] function

1.106 annotated / raw | Diffs: previous, other | Lines: 2007 ( +15, -0 )

Created: 2008-07-05 07:09:38 -0500 (6 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080705120741

Improved Expand[] function

1.105 annotated / raw | Diffs: previous, other | Lines: 1992 ( +5, -6 )

Created: 2008-07-02 12:07:17 -0500 (6 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080702170717

Added multiline comments

1.104 annotated / raw | Diffs: previous, other | Lines: 1993 ( +17, -0 )

Created: 2008-06-30 16:27:25 -0500 (6 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080630212637

Simple Package[] function for bundling rules with private sub-rules. Syntax:
Package[{<list of public package rule headers>},
              {<list of rules in this package> }}

1.103 annotated / raw | Diffs: previous, other | Lines: 1976 ( +24, -3 )

Created: 2008-06-17 14:00:02 -0500 (6 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080617185622

Refactored factory methods

1.102 annotated / raw | Diffs: previous, other | Lines: 1955 ( +8, -9 )

Created: 2008-03-26 16:26:23 -0500 (9 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080326212623

Modified tests for visitors.

1.101 annotated / raw | Diffs: previous, other | Lines: 1956 ( +3, -3 )

Created: 2008-03-21 12:54:10 -0500 (9 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080321175205

Now based on Google Collections instead of FunctionalJ.

1.100 annotated / raw | Diffs: previous, other | Lines: 1956 ( +15, -7 )

Created: 2008-02-25 14:00:18 -0600 (10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20080225200018

misc

1.99 annotated / raw | Diffs: previous, other | Lines: 1948 ( +3, -1 )

Created: 2007-12-12 06:09:40 -0600 (12 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20071212120855

Improved Sort[] function

1.98 annotated / raw | Diffs: previous, other | Lines: 1946 ( +3, -1 )

Created: 2007-12-11 16:10:39 -0600 (12 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20071211221030

Added Median[] function

1.97 annotated / raw | Diffs: previous, other | Lines: 1944 ( +19, -0 )

Created: 2007-11-01 07:20:32 -0500 (14 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20071101121818

Added DiagonalMatrix, Dimensions, First, Most, Last

1.96 annotated / raw | Diffs: previous, other | Lines: 1925 ( +10, -1 )

Created: 2007-09-24 14:16:49 -0500 (15 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070924191649

For[] loop implementation test

1.95 annotated / raw | Diffs: previous, other | Lines: 1916 ( +29, -1 )

Created: 2007-09-23 16:11:54 -0500 (15 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070923211053

Return an ordered Variables[] set.

1.94 annotated / raw | Diffs: previous, other | Lines: 1888 ( +45, -86 )

Created: 2007-07-15 07:20:13 -0500 (17 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070715121942

Added Taylor expansion

1.93 annotated / raw | Diffs: previous, other | Lines: 1929 ( +135, -47 )

Created: 2007-07-14 05:36:02 -0500 (17 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070714103601

Misc changes/bug fixes

1.92 annotated / raw | Diffs: previous, other | Lines: 1841 ( +15, -10 )

Created: 2007-06-26 15:44:20 -0500 (18 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070626204420

Added Horner[] for expressions with one variable

1.91 annotated / raw | Diffs: previous, other | Lines: 1836 ( +25, -15 )

Created: 2007-06-24 06:37:10 -0500 (18 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070624113406

Improved GroebnerBasis[]

1.90 annotated / raw | Diffs: previous, other | Lines: 1826 ( +4, -0 )

Created: 2007-06-17 14:33:28 -0500 (18 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070617193120

version 0.1.0

1.89 annotated / raw | Diffs: previous, other | Lines: 1822 ( +36, -32 )

Created: 2007-06-13 16:50:02 -0500 (18 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070613214918

Improving FixedPoint

1.88 annotated / raw | Diffs: previous, other | Lines: 1818 ( +9, -0 )

Created: 2007-06-12 16:21:10 -0500 (18 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070612212110

changes for new jscience, javolution and meditor libs

1.87 annotated / raw | Diffs: previous, other | Lines: 1809 ( +123, -33 )

Created: 2007-06-12 15:53:49 -0500 (18 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20070612205348

changes for new jscience, javolution and meditor libs

1.86 annotated / raw | Diffs: previous, other | Lines: 1719 ( +15, -0 )

Created: 2006-12-30 13:47:27 -0600 (2 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20061230194436

Started making expressions Serializable

1.85 annotated / raw | Diffs: previous, other | Lines: 1704 ( +0, -3 )

Created: 2006-12-29 14:43:35 -0600 (2 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20061229204230

Refactored Config#checkCanceled() to Util#checkCanceled()

1.84 annotated / raw | Diffs: previous, other | Lines: 1707 ( +15, -4 )

Created: 2006-12-29 11:22:31 -0600 (2 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20061229172220

Call static methods defined in the package
org.matheclipse.core.reflection.dynamic
with the new
JCall[<classname>,<methodname>,<arguments>...]
function

1.83 annotated / raw | Diffs: previous, other | Lines: 1696 ( +45, -61 )

Created: 2006-12-29 08:54:55 -0600 (2 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20061229145421

Added Rational[] and Complex[] functions

1.82 annotated / raw | Diffs: previous, other | Lines: 1712 ( +11, -5 )

Created: 2006-12-17 06:25:59 -0600 (2 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20061217122442

*** empty log message ***

1.81 annotated / raw | Diffs: previous, other | Lines: 1706 ( +58, -58 )

Created: 2006-10-13 10:55:41 -0500 (2 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20061013155458

Limit memory for PoolContexts in evaluation

1.80 annotated / raw | Diffs: previous, other | Lines: 1706 ( +1175, -16 )

Created: 2006-10-12 02:34:08 -0500 (2 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20061012073408

Make JUnit tests easier for debugging in Eclipse

1.79 annotated / raw | Diffs: previous, other | Lines: 547 ( +26, -12 )

Created: 2006-10-09 09:37:35 -0500 (2 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20061009143655

integrating functionalj library

1.78 annotated / raw | Diffs: previous, other | Lines: 533 ( +5, -1 )

Created: 2006-08-02 15:32:02 -0500 (2 years 5 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060802203143

Added Outer[] function

1.77 annotated / raw | Diffs: previous, other | Lines: 529 ( +13, -9 )

Created: 2006-08-01 16:38:03 -0500 (2 years 5 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060801213750

More compact generics library; especially a lot of the list functions, which are now handled through a Range() instance.

1.76 annotated / raw | Diffs: previous, other | Lines: 525 ( +8, -2 )

Created: 2006-07-25 13:28:41 -0500 (2 years 5 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060725181859

Implemented FindRoot[]

1.75 annotated / raw | Diffs: previous, other | Lines: 519 ( +30, -1 )

Created: 2006-07-22 10:12:38 -0500 (2 years 5 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060722151226

*** empty log message ***

1.74 annotated / raw | Diffs: previous, other | Lines: 490 ( +58, -31 )

Created: 2006-05-29 12:06:09 -0500 (2 years 7 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060529170552

Bugfix from Wolfgang Stoecher for:  Expand[x*(x+1)] -> x+x^2

1.73 annotated / raw | Diffs: previous, other | Lines: 463 ( +2, -0 )

Created: 2006-05-25 04:31:35 -0500 (2 years 7 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060525093008

Modified hash functions

1.72 annotated / raw | Diffs: previous, other | Lines: 461 ( +16, -5 )

Created: 2006-05-21 07:28:26 -0500 (2 years 7 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060521122808

Implemented functions: Deccrement, PreDecrement, Increment, PreIncrement, Out

1.71 annotated / raw | Diffs: previous, other | Lines: 450 ( +8, -4 )

Created: 2006-05-19 12:36:49 -0500 (2 years 7 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060519173326

Changed parser to precedence driven

1.70 annotated / raw | Diffs: previous, other | Lines: 446 ( +1, -1 )

Created: 2006-05-02 14:04:59 -0500 (2 years 8 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060502190459

Added SyntaxQ, SyntaxLength

1.69 annotated / raw | Diffs: previous, other | Lines: 446 ( +1, -0 )

Created: 2006-05-02 14:02:38 -0500 (2 years 8 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060502190224

Added SyntaxQ, SyntaxLength

1.68 annotated / raw | Diffs: previous, other | Lines: 445 ( +7, -0 )

Created: 2006-05-02 13:32:07 -0500 (2 years 8 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060502183144

Added CatalanNumber function

1.67 annotated / raw | Diffs: previous, other | Lines: 438 ( +10, -0 )

Created: 2006-04-23 11:32:12 -0500 (2 years 8 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060423163143

Added new String functions: DigitQ, LetterQ, LowerCaseQ, UpperCaseQ, ToCharacterCode, FromCharacterCode, FromCharacterCode, ToUnicode

1.66 annotated / raw | Diffs: previous, other | Lines: 428 ( +2, -1 )

Created: 2006-04-17 06:33:45 -0500 (2 years 8 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060417113220

Determine results which are already evaluated from database (table expr_map) - Save inputs in database (table log)

1.65 annotated / raw | Diffs: previous, other | Lines: 427 ( +8, -1 )

Created: 2006-04-14 08:42:16 -0500 (2 years 8 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060414134124

Added functions PolynomialQ, Variables

1.64 annotated / raw | Diffs: previous, other | Lines: 420 ( +0, -5 )

Created: 2006-04-12 15:10:15 -0500 (2 years 8 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060412200945

Convert an MathEclipse expression into a JScience polynomial (incomplete implementation)

1.63 annotated / raw | Diffs: previous, other | Lines: 425 ( +10, -0 )

Created: 2006-03-26 11:01:56 -0600 (2 years 9 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060326170113

Arg[] function

1.62 annotated / raw | Diffs: previous, other | Lines: 415 ( +16, -12 )

Created: 2006-03-26 07:38:53 -0600 (2 years 9 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060326133853

Implemented operators +=  -=  *=  /=

1.61 annotated / raw | Diffs: previous, other | Lines: 411 ( +19, -38 )

Created: 2006-02-25 10:12:03 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060225161203

Improved matrix output

1.60 annotated / raw | Diffs: previous, other | Lines: 430 ( +1, -0 )

Created: 2006-02-20 14:16:43 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060220201643

Transpose[] and Tr[] rewritten

1.59 annotated / raw | Diffs: previous, other | Lines: 429 ( +1, -0 )

Created: 2006-02-20 14:05:14 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060220200508

Transpose rewritten

1.58 annotated / raw | Diffs: previous, other | Lines: 428 ( +2, -1 )

Created: 2006-02-19 09:01:00 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060219150054

Cleanup constructors

1.57 annotated / raw | Diffs: previous, other | Lines: 427 ( +12, -2 )

Created: 2006-02-18 06:50:04 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060218124958

Added LUDecomposition[], LUBackSubstitution[], MatrixQ] and VectorQ[]

1.56 annotated / raw | Diffs: previous, other | Lines: 417 ( +9, -2 )

Created: 2006-02-15 14:18:26 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060215201747

Slightly improved pattern-matching

1.55 annotated / raw | Diffs: previous, other | Lines: 410 ( +2, -0 )

Created: 2006-02-12 13:53:29 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060212195322

Added first Block[] implementation

1.54 annotated / raw | Diffs: previous, other | Lines: 408 ( +6, -2 )

Created: 2006-02-11 09:45:04 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060211154447

Fixed bug in output a^(<fractional number>) is now inside parentheses;

1.53 annotated / raw | Diffs: previous, other | Lines: 404 ( +1, -0 )

Created: 2006-02-08 16:50:15 -0600 (2 years 10 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060208225013

Implemented ComposeList[] function

1.52 annotated / raw | Diffs: previous, other | Lines: 403 ( +2, -0 )

Created: 2006-02-06 14:39:06 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060206203900

Added functions Fold[], FoldList[]

1.51 annotated / raw | Diffs: previous, other | Lines: 401 ( +4, -0 )

Created: 2006-02-05 11:50:42 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060205175042

Implemented Nest[], NestList[] function

1.50 annotated / raw | Diffs: previous, other | Lines: 397 ( +32, -18 )

Created: 2006-02-05 09:03:44 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060205150328

Implemented Array[] function

1.49 annotated / raw | Diffs: previous, other | Lines: 383 ( +15, -0 )

Created: 2006-01-28 15:17:32 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060128211722

Added functions Drop[] and Take[]

1.48 annotated / raw | Diffs: previous, other | Lines: 368 ( +1, -1 )

Created: 2006-01-28 05:35:33 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060128113533

Make Less, LessEqual, Greater, GreaterEqual working for double values in numeric mode

1.47 annotated / raw | Diffs: previous, other | Lines: 368 ( +4, -0 )

Created: 2006-01-24 14:45:25 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060124204514

Added Range, Prepend, Rest

1.46 annotated / raw | Diffs: previous, other | Lines: 364 ( +4, -1 )

Created: 2006-01-23 14:53:17 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060123205317

Added testcases for Exp[] Log[] Sqrt[] functions

1.45 annotated / raw | Diffs: previous, other | Lines: 361 ( +36, -8 )

Created: 2006-01-22 08:30:34 -0600 (2 years 11 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20060122143017

Depends now on math-commons library; added new functions Cases[] and Select[]; improved pattern-matching; improved nested list generics library

1.44 annotated / raw | Diffs: previous, other | Lines: 333 ( +12, -1 )

Created: 2006-01-06 15:29:21 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20060106212921

Added generic TableGenerators for Table[], Sum[], Product[] and IdentityMatrix functions.

1.43 annotated / raw | Diffs: previous, other | Lines: 322 ( +2, -2 )

Created: 2006-01-01 12:01:15 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20060101180103

Removed IAST methods: setArg(), addArg(), removeArg()

1.42 annotated / raw | Diffs: previous, other | Lines: 322 ( +11, -0 )

Created: 2005-12-31 08:02:15 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051231140141

Implemented Union, Intersection, Complement functions

1.41 annotated / raw | Diffs: previous, other | Lines: 311 ( +3, -1 )

Created: 2005-12-31 07:04:51 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051231130411

Refactored AST structure; heads are now stored in the 0-th element of the AST-list.

1.40 annotated / raw | Diffs: previous, other | Lines: 309 ( +3, -0 )

Created: 2005-12-28 15:10:49 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051228211049

Refactored sources

1.39 annotated / raw | Diffs: previous, other | Lines: 306 ( +111, -110 )

Created: 2005-12-27 11:25:44 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051227172533

Added function Level[]

1.38 annotated / raw | Diffs: previous, other | Lines: 305 ( +12, -5 )

Created: 2005-12-26 15:28:26 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051226212813

Added Apply[] function

1.37 annotated / raw | Diffs: previous, other | Lines: 298 ( +1, -0 )

Created: 2005-12-25 04:15:55 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051225101550

Added GCD function

1.36 annotated / raw | Diffs: previous, other | Lines: 297 ( +6, -0 )

Created: 2005-12-18 09:00:55 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051218150043

Added RotateLeft, RotateRight, Reverse functions

1.35 annotated / raw | Diffs: previous, other | Lines: 291 ( +7, -0 )

Created: 2005-12-17 11:06:38 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051217170622

Added some rules for, ArcCos, ArcSin, ArcTan, Cos, Tan

1.34 annotated / raw | Diffs: previous, other | Lines: 284 ( +21, -0 )

Created: 2005-12-15 14:43:18 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051215204259

Added Sort[] function

1.33 annotated / raw | Diffs: previous, other | Lines: 263 ( +14, -1 )

Created: 2005-12-12 14:56:32 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051212205609

Added Length and Head functions

1.32 annotated / raw | Diffs: previous, other | Lines: 250 ( +3, -3 )

Created: 2005-12-11 13:29:12 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051211192901

Improved canonical order in compareTo() AST and SymbolImpl methods

1.31 annotated / raw | Diffs: previous, other | Lines: 250 ( +9, -6 )

Created: 2005-12-10 18:07:21 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051211000706

Improved canonical order in IExpr#compareTo()

1.30 annotated / raw | Diffs: previous, other | Lines: 247 ( +6, -0 )

Created: 2005-12-09 14:31:36 -0600 (3 years ago) | Author: axelcl | Changeset: MAIN:axelcl:20051209203136

Refactored less() method to isLTOrdered(),
Implement Comparable<IExpr>  for IExpr
New Order, OrderedQ functions

1.29 annotated / raw | Diffs: previous, other | Lines: 241 ( +3, -0 )

Created: 2005-11-29 14:33:07 -0600 (3 years 1 month ago) | Author: axelcl | Changeset: MAIN:axelcl:20051129203307

Added Part[] function

1.28 annotated / raw | Diffs: previous, other | Lines: 238 ( +10, -0 )

Created: 2005-11-26 09:05:15 -0600 (3 years 1 month ago) | Author: axelcl | Changeset: MAIN:axelcl:20051126150515

Added Positive, Negative, NonNegative

1.27 annotated / raw | Diffs: previous, other | Lines: 228 ( +10, -12 )

Created: 2005-11-26 08:52:43 -0600 (3 years 1 month ago) | Author: axelcl | Changeset: MAIN:axelcl:20051126145217

Added Trunc,Ceil,Floor;Sign,SignCmp, Condition
Better pattern-matching support for additional conditions

1.26 annotated / raw | Diffs: previous, other | Lines: 230 ( +34, -2 )

Created: 2005-11-26 04:26:22 -0600 (3 years 1 month ago) | Author: axelcl | Changeset: MAIN:axelcl:20051126102600

Added Trunc,Ceil,Floor;Signum,SignumCmp, Condition
Better pattern-matching support for additional conditions

1.25 annotated / raw | Diffs: previous, other | Lines: 198 ( +4, -1 )

Created: 2005-11-18 15:41:57 -0600 (3 years 1 month ago) | Author: axelcl | Changeset: MAIN:axelcl:20051118214157

misc

1.24 annotated / raw | Diffs: previous, other | Lines: 195 ( +6, -0 )

Created: 2005-10-30 15:34:08 -0600 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051030213347

Added CompoundExpression, If, While, Break, Continue

1.23 annotated / raw | Diffs: previous, other | Lines: 189 ( +3, -0 )

Created: 2005-10-30 08:23:07 -0600 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051030142307

Added support for pure functions (with substitute mechanism)

1.22 annotated / raw | Diffs: previous, other | Lines: 186 ( +11, -17 )

Created: 2005-10-30 05:56:57 -0600 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051030115643

Added support for pure functions (with substitute mechanism)

1.21 annotated / raw | Diffs: previous, other | Lines: 192 ( +185, -165 )

Created: 2005-10-28 16:29:02 -0500 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051028212756

Added support for pure functions (bugg and not complete at te moment)

1.20 annotated / raw | Diffs: previous, other | Lines: 172 ( +4, -1 )

Created: 2005-10-11 15:44:35 -0500 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051011204411

Changes for JScience 2.0 support
Added functions And, Not, Or, Less, Unequal

1.19 annotated / raw | Diffs: previous, other | Lines: 169 ( +11, -0 )

Created: 2005-10-11 15:19:57 -0500 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051011201940

Changes for JScience 2.0 support
Added functions And, Not, Or, Less, Unequal

1.18 annotated / raw | Diffs: previous, other | Lines: 158 ( +2, -0 )

Created: 2005-10-09 11:22:53 -0500 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051009162253

Imporved Plus function

1.17 annotated / raw | Diffs: previous, other | Lines: 156 ( +3, -0 )

Created: 2005-10-09 10:16:07 -0500 (3 years 2 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051009151607

Added Times tests

1.16 annotated / raw | Diffs: previous, other | Lines: 153 ( +2, -0 )

Created: 2005-10-03 16:15:44 -0500 (3 years 3 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051003211532

Added (very simple) Integrate function (not complete)

1.15 annotated / raw | Diffs: previous, other | Lines: 151 ( +2, -0 )

Created: 2005-10-01 12:08:20 -0500 (3 years 3 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051001170639

Added (very simple) Expand function (not complete)

1.14 annotated / raw | Diffs: previous, other | Lines: 149 ( +1, -0 )

Created: 2005-10-01 06:35:13 -0500 (3 years 3 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20051001113449

Added new FactorInteger function

1.13 annotated / raw | Diffs: previous, other | Lines: 148 ( +2, -1 )

Created: 2005-09-20 15:58:42 -0500 (3 years 3 months ago) | Author: axelcl | Changeset: MAIN:axelcl:20050920205822

Added ComplexUnit I and Binomial function

1.12 annotated / raw<