Sample codes are in the run
package.
Here's a list of sub-packages and their uses:
ads.bool
boolean expression parser/interpreter and minimizer (e.g QMC)ads.crypto
merkle tree and hash listads.diff
the differential function interpreterads.funcs
function call wrapper (packs arguments too)ads.graphs
ads.interpolation
ads.linq
simulates C# LINQ streams in javaads.polynomial
ads.sfc
space filling curvesads.solvers
linear system solverads.tensors
ads.trees
The following are not part of any package since they're reused in other sub-packages:
- Complex numbers
- Complex Matrix
- Matrix
- Quaternion
Finish desiging algebras