jar

io.github.pirocks : simple-algebra-lib

Maven & Gradle

Feb 17, 2019
1 stars

A Simple Algebra Library · A simple library for working with algebraic expressions

Table Of Contents

Latest Version

Download io.github.pirocks : simple-algebra-lib JAR file - Latest Versions:

All Versions

Download io.github.pirocks : simple-algebra-lib JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window simple-algebra-lib-0.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.pirocks.algebra.rewriting

├─ io.github.pirocks.algebra.rewriting.RewritingUtilsKt.class - [JAR]

├─ io.github.pirocks.algebra.rewriting.RewritingVisitor.class - [JAR]

io.github.pirocks.algebra.equivalences

├─ io.github.pirocks.algebra.equivalences.AMinusA.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.AdditionAssociativity.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.AdditionCommutativity.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.ArbitraryPatternBasedRewriter.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.Equivalence.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.IdentitiesKt.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.MatchSubstitutions.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.MultiplicationAssociativity.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.MultiplicationCommutativity.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.OneMultiplication.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.PatternBasedRewriter.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.ZeroAddition.class - [JAR]

├─ io.github.pirocks.algebra.equivalences.ZeroMultiplication.class - [JAR]

io.github.pirocks.algebra.values.numbers

├─ io.github.pirocks.algebra.values.numbers.Complex.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.DoubleComplex.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.DoubleFieldVal.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.DoubleReal.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.FieldElement.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.FloatComplex.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.FloatFieldVal.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.FloatReal.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.Real.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.Scalar.class - [JAR]

├─ io.github.pirocks.algebra.values.numbers.TypeError.class - [JAR]

io.github.pirocks.algebra

├─ io.github.pirocks.algebra.Addition.class - [JAR]

├─ io.github.pirocks.algebra.AlgebraFormula.class - [JAR]

├─ io.github.pirocks.algebra.AlgebraFunction.class - [JAR]

├─ io.github.pirocks.algebra.AllowAllVars.class - [JAR]

├─ io.github.pirocks.algebra.ArbitraryConstant.class - [JAR]

├─ io.github.pirocks.algebra.BinaryFormula.class - [JAR]

├─ io.github.pirocks.algebra.Constant.class - [JAR]

├─ io.github.pirocks.algebra.Cos.class - [JAR]

├─ io.github.pirocks.algebra.Division.class - [JAR]

├─ io.github.pirocks.algebra.DoublePrecisionConstant.class - [JAR]

├─ io.github.pirocks.algebra.EqualsContext.class - [JAR]

├─ io.github.pirocks.algebra.Exponentiation.class - [JAR]

├─ io.github.pirocks.algebra.FunctionApplication.class - [JAR]

├─ io.github.pirocks.algebra.FunctionName.class - [JAR]

├─ io.github.pirocks.algebra.HashCodeContext.class - [JAR]

├─ io.github.pirocks.algebra.Multiplication.class - [JAR]

├─ io.github.pirocks.algebra.NaturalLog.class - [JAR]

├─ io.github.pirocks.algebra.One.class - [JAR]

├─ io.github.pirocks.algebra.PatternMember.class - [JAR]

├─ io.github.pirocks.algebra.TypeAliasesKt.class - [JAR]

├─ io.github.pirocks.algebra.UMinus.class - [JAR]

├─ io.github.pirocks.algebra.UnaryFormula.class - [JAR]

├─ io.github.pirocks.algebra.Variable.class - [JAR]

├─ io.github.pirocks.algebra.VariableName.class - [JAR]

├─ io.github.pirocks.algebra.Zero.class - [JAR]

io.github.pirocks.algebra.values

├─ io.github.pirocks.algebra.values.AlgebraValue.class - [JAR]

├─ io.github.pirocks.algebra.values.Dimension.class - [JAR]

├─ io.github.pirocks.algebra.values.DoubleVector.class - [JAR]

├─ io.github.pirocks.algebra.values.DoubleVectorSpace.class - [JAR]

├─ io.github.pirocks.algebra.values.Matrix.class - [JAR]

├─ io.github.pirocks.algebra.values.SingleDimension.class - [JAR]

├─ io.github.pirocks.algebra.values.Tensor.class - [JAR]

├─ io.github.pirocks.algebra.values.Vector.class - [JAR]

├─ io.github.pirocks.algebra.values.VectorSpace.class - [JAR]

Advertisement