jar

com.phloc : phloc-math

Maven & Gradle

Jul 31, 2015
2 usages
0 stars

phloc-math · phloc basic math stuff

Table Of Contents

Latest Version

Download com.phloc : phloc-math JAR file - Latest Versions:

All Versions

Download com.phloc : phloc-math JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 phloc-math-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

numbercruncher.piutils

├─ numbercruncher.piutils.PiFormula.class - [JAR]

com.phloc.math.matrix

├─ com.phloc.math.matrix.CholeskyDecomposition.class - [JAR]

├─ com.phloc.math.matrix.EigenvalueDecomposition.class - [JAR]

├─ com.phloc.math.matrix.LUDecomposition.class - [JAR]

├─ com.phloc.math.matrix.Matrix.class - [JAR]

├─ com.phloc.math.matrix.MatrixInt.class - [JAR]

├─ com.phloc.math.matrix.QRDecomposition.class - [JAR]

├─ com.phloc.math.matrix.SingularValueDecomposition.class - [JAR]

com.phloc.math.graph

├─ com.phloc.math.graph.IBaseGraph.class - [JAR]

├─ com.phloc.math.graph.IBaseGraphNode.class - [JAR]

├─ com.phloc.math.graph.IBaseGraphObject.class - [JAR]

├─ com.phloc.math.graph.IBaseGraphRelation.class - [JAR]

├─ com.phloc.math.graph.IDirectedGraph.class - [JAR]

├─ com.phloc.math.graph.IDirectedGraphNode.class - [JAR]

├─ com.phloc.math.graph.IDirectedGraphNodeFactory.class - [JAR]

├─ com.phloc.math.graph.IDirectedGraphObjectFactory.class - [JAR]

├─ com.phloc.math.graph.IDirectedGraphRelation.class - [JAR]

├─ com.phloc.math.graph.IDirectedGraphRelationFactory.class - [JAR]

├─ com.phloc.math.graph.IGraph.class - [JAR]

├─ com.phloc.math.graph.IGraphNode.class - [JAR]

├─ com.phloc.math.graph.IGraphNodeFactory.class - [JAR]

├─ com.phloc.math.graph.IGraphObjectFactory.class - [JAR]

├─ com.phloc.math.graph.IGraphRelation.class - [JAR]

├─ com.phloc.math.graph.IGraphRelationFactory.class - [JAR]

├─ com.phloc.math.graph.IReadonlyBaseGraph.class - [JAR]

├─ com.phloc.math.graph.IReadonlyDirectedGraph.class - [JAR]

├─ com.phloc.math.graph.IReadonlyGraph.class - [JAR]

numbercruncher.mathutils

├─ numbercruncher.mathutils.AlignRight.class - [JAR]

├─ numbercruncher.mathutils.BigFunctions.class - [JAR]

├─ numbercruncher.mathutils.BisectionRootFinder.class - [JAR]

├─ numbercruncher.mathutils.Complex.class - [JAR]

├─ numbercruncher.mathutils.DataPoint.class - [JAR]

├─ numbercruncher.mathutils.DiffEqSolver.class - [JAR]

├─ numbercruncher.mathutils.DifferentialEquation.class - [JAR]

├─ numbercruncher.mathutils.Epsilon.class - [JAR]

├─ numbercruncher.mathutils.EulersDiffEqSolver.class - [JAR]

├─ numbercruncher.mathutils.FixedPointRootFinder.class - [JAR]

├─ numbercruncher.mathutils.Function.class - [JAR]

├─ numbercruncher.mathutils.IEEE754.class - [JAR]

├─ numbercruncher.mathutils.IEEE754Constants.class - [JAR]

├─ numbercruncher.mathutils.IEvaluatable.class - [JAR]

├─ numbercruncher.mathutils.IIntegrator.class - [JAR]

├─ numbercruncher.mathutils.ImprovedRegulaFalsiRootFinder.class - [JAR]

├─ numbercruncher.mathutils.IntPower.class - [JAR]

├─ numbercruncher.mathutils.InterpolationPolynomial.class - [JAR]

├─ numbercruncher.mathutils.KahanSummation.class - [JAR]

├─ numbercruncher.mathutils.ModuloArithmetic.class - [JAR]

├─ numbercruncher.mathutils.NewtonsRootFinder.class - [JAR]

├─ numbercruncher.mathutils.PredictorCorrectorDiffEqSolver.class - [JAR]

├─ numbercruncher.mathutils.PrimeFactors.class - [JAR]

├─ numbercruncher.mathutils.RandomExponential.class - [JAR]

├─ numbercruncher.mathutils.RandomNormal.class - [JAR]

├─ numbercruncher.mathutils.RegressionLine.class - [JAR]

├─ numbercruncher.mathutils.RegressionPolynomial.class - [JAR]

├─ numbercruncher.mathutils.RegulaFalsiRootFinder.class - [JAR]

├─ numbercruncher.mathutils.RootFinder.class - [JAR]

├─ numbercruncher.mathutils.RungeKuttaDiffEqSolver.class - [JAR]

├─ numbercruncher.mathutils.SecantRootFinder.class - [JAR]

├─ numbercruncher.mathutils.SimpsonsIntegrator.class - [JAR]

├─ numbercruncher.mathutils.TrapezoidalIntegrator.class - [JAR]

com.phloc.math.graph.iterate

├─ com.phloc.math.graph.iterate.DirectedGraphIteratorBackward.class - [JAR]

├─ com.phloc.math.graph.iterate.DirectedGraphIteratorForward.class - [JAR]

├─ com.phloc.math.graph.iterate.GraphIterator.class - [JAR]

numbercruncher.randomutils

├─ numbercruncher.randomutils.Buckets.class - [JAR]

com.phloc.math.graph.algo

├─ com.phloc.math.graph.algo.Dijkstra.class - [JAR]

├─ com.phloc.math.graph.algo.Kruskal.class - [JAR]

numbercruncher.primeutils

├─ numbercruncher.primeutils.ILucasCaller.class - [JAR]

├─ numbercruncher.primeutils.IMillerRabinCaller.class - [JAR]

├─ numbercruncher.primeutils.LucasStatus.class - [JAR]

├─ numbercruncher.primeutils.MillerRabinStatus.class - [JAR]

numbercruncher.matrix

├─ numbercruncher.matrix.ColumnVector.class - [JAR]

├─ numbercruncher.matrix.IdentityMatrix.class - [JAR]

├─ numbercruncher.matrix.InvertibleMatrix.class - [JAR]

├─ numbercruncher.matrix.LinearSystem.class - [JAR]

├─ numbercruncher.matrix.Matrix.class - [JAR]

├─ numbercruncher.matrix.MatrixException.class - [JAR]

├─ numbercruncher.matrix.RowVector.class - [JAR]

├─ numbercruncher.matrix.SquareMatrix.class - [JAR]

com.phloc.math.graph.utils

├─ com.phloc.math.graph.utils.GraphVizUtils.class - [JAR]

com.phloc.math.graph.simple

├─ com.phloc.math.graph.simple.ISimpleDirectedGraph.class - [JAR]

├─ com.phloc.math.graph.simple.ISimpleGraph.class - [JAR]

├─ com.phloc.math.graph.simple.SimpleDirectedGraph.class - [JAR]

├─ com.phloc.math.graph.simple.SimpleDirectedGraphObjectFactory.class - [JAR]

├─ com.phloc.math.graph.simple.SimpleDirectedGraphObjectFastFactory.class - [JAR]

├─ com.phloc.math.graph.simple.SimpleGraph.class - [JAR]

├─ com.phloc.math.graph.simple.SimpleGraphObjectFactory.class - [JAR]

├─ com.phloc.math.graph.simple.SimpleGraphObjectFastFactory.class - [JAR]

com.phloc.math.trove

├─ com.phloc.math.trove.TroveInit.class - [JAR]

├─ com.phloc.math.trove.TroveUtils.class - [JAR]

com.phloc.math.graph.impl

├─ com.phloc.math.graph.impl.AbstractBaseGraph.class - [JAR]

├─ com.phloc.math.graph.impl.AbstractBaseGraphObject.class - [JAR]

├─ com.phloc.math.graph.impl.DirectedGraph.class - [JAR]

├─ com.phloc.math.graph.impl.DirectedGraphNode.class - [JAR]

├─ com.phloc.math.graph.impl.DirectedGraphNodeFast.class - [JAR]

├─ com.phloc.math.graph.impl.DirectedGraphRelation.class - [JAR]

├─ com.phloc.math.graph.impl.DirectedGraphRelationFast.class - [JAR]

├─ com.phloc.math.graph.impl.Graph.class - [JAR]

├─ com.phloc.math.graph.impl.GraphNode.class - [JAR]

├─ com.phloc.math.graph.impl.GraphNodeFast.class - [JAR]

├─ com.phloc.math.graph.impl.GraphObjectIDFactory.class - [JAR]

├─ com.phloc.math.graph.impl.GraphRelation.class - [JAR]

├─ com.phloc.math.graph.impl.GraphRelationFast.class - [JAR]

Advertisement

Dependencies from Group

Jul 02, 2020
70 usages
0 stars
May 23, 2014
21 usages
Aug 23, 2019
20 usages
0 stars
Jul 14, 2023
11 usages
0 stars
Feb 21, 2019
11 usages
0 stars

Discover Dependencies

Feb 05, 2018
7 usages
1.2k stars
Sep 23, 2019
2 usages
56 stars
May 15, 2019
3 usages
142 stars
Feb 02, 2018
2 usages
3 stars
Jul 15, 2017
3 usages
11 stars
Nov 21, 2016
3 usages
0 stars
Nov 16, 2016
3 usages
6 stars
Mar 25, 2019
1 usages
1 stars
Jun 17, 2017
2 usages
34 stars