jar

net.sourceforge.streamsupport : math-base

Maven & Gradle

Jan 01, 2023
0 stars

math-base · Elementary math utilities with a focus on random number generation, non-linear optimization, interpolation and solvers

Table Of Contents

Latest Version

Download net.sourceforge.streamsupport : math-base JAR file - Latest Versions:

All Versions

Download net.sourceforge.streamsupport : math-base JAR file - All Versions:

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

math.optim

├─ math.optim.CGOptimizer.class - [JAR]

├─ math.optim.package-info.class - [JAR]

math.coord

├─ math.coord.LinSpace.class - [JAR]

├─ math.coord.package-info.class - [JAR]

math.fun

├─ math.fun.DBiConsumer.class - [JAR]

├─ math.fun.DBiFunction.class - [JAR]

├─ math.fun.DConsumer.class - [JAR]

├─ math.fun.DForEach.class - [JAR]

├─ math.fun.DForEachBi.class - [JAR]

├─ math.fun.DForEachIterator.class - [JAR]

├─ math.fun.DFunction.class - [JAR]

├─ math.fun.DIndexIterator.class - [JAR]

├─ math.fun.DIterator.class - [JAR]

├─ math.fun.DMultiFunction.class - [JAR]

├─ math.fun.DMultiFunctionEval.class - [JAR]

├─ math.fun.DTriFunction.class - [JAR]

├─ math.fun.DiffDMultiFunction.class - [JAR]

├─ math.fun.Gradient.class - [JAR]

├─ math.fun.NumericalDiffDMultiFunction.class - [JAR]

├─ math.fun.package-info.class - [JAR]

math.probe

├─ math.probe.DoubleStatistics.class - [JAR]

├─ math.probe.DoubleStatisticsNoSync.class - [JAR]

├─ math.probe.DoubleStatisticsSync.class - [JAR]

├─ math.probe.package-info.class - [JAR]

math.minpack

├─ math.minpack.Lmder_fcn.class - [JAR]

├─ math.minpack.Lmdif_fcn.class - [JAR]

├─ math.minpack.Minpack_f77.class - [JAR]

├─ math.minpack.package-info.class - [JAR]

math.fft

├─ math.fft.Bluestein.class - [JAR]

├─ math.fft.ComplexArray.class - [JAR]

├─ math.fft.Fourier.class - [JAR]

├─ math.fft.package-info.class - [JAR]

math.cern

├─ math.cern.Arithmetic.class - [JAR]

├─ math.cern.BetaException.class - [JAR]

├─ math.cern.BetaFun.class - [JAR]

├─ math.cern.FastGamma.class - [JAR]

├─ math.cern.GammaException.class - [JAR]

├─ math.cern.GammaFun.class - [JAR]

├─ math.cern.Polynomial.class - [JAR]

├─ math.cern.ProbabilityFuncs.class - [JAR]

├─ math.cern.package-info.class - [JAR]

math.solve

├─ math.solve.RootFinder.class - [JAR]

├─ math.solve.package-info.class - [JAR]

math.fit

├─ math.fit.KrugerInterpolator.class - [JAR]

├─ math.fit.SplineInterpolator.class - [JAR]

├─ math.fit.package-info.class - [JAR]

math.distribution

├─ math.distribution.Beta.class - [JAR]

├─ math.distribution.ContinuousDistribution.class - [JAR]

├─ math.distribution.FisherF.class - [JAR]

├─ math.distribution.Gamma.class - [JAR]

├─ math.distribution.Normal.class - [JAR]

├─ math.distribution.StudentT.class - [JAR]

├─ math.distribution.package-info.class - [JAR]

math

├─ math.MathConsts.class - [JAR]

├─ math.package-info.class - [JAR]

math.rng

├─ math.rng.AbstractRng64.class - [JAR]

├─ math.rng.BetaSpliterator.class - [JAR]

├─ math.rng.BitMix.class - [JAR]

├─ math.rng.CauchySpliterator.class - [JAR]

├─ math.rng.ChiSquareSpliterator.class - [JAR]

├─ math.rng.DefaultRng.class - [JAR]

├─ math.rng.ExponentialSpliterator.class - [JAR]

├─ math.rng.FisherFSpliterator.class - [JAR]

├─ math.rng.GammaSpliterator.class - [JAR]

├─ math.rng.GaussianSpliterator.class - [JAR]

├─ math.rng.Interleaved4Stc64.class - [JAR]

├─ math.rng.Lcg64Xor1024Mix.class - [JAR]

├─ math.rng.LogNormalSpliterator.class - [JAR]

├─ math.rng.Marsaglia64.class - [JAR]

├─ math.rng.MersenneTwister64.class - [JAR]

├─ math.rng.PseudoRandom.class - [JAR]

├─ math.rng.PseudoRandomDoubleSpliterator.class - [JAR]

├─ math.rng.PseudoRandomIntSpliterator.class - [JAR]

├─ math.rng.PseudoRandomLongSpliterator.class - [JAR]

├─ math.rng.PseudoRandomSpliterator.class - [JAR]

├─ math.rng.PseudoRandomStream.class - [JAR]

├─ math.rng.Seed.class - [JAR]

├─ math.rng.Sfc64.class - [JAR]

├─ math.rng.SplitMix64.class - [JAR]

├─ math.rng.SplitMix64Seed.class - [JAR]

├─ math.rng.SplittablePseudoRandom.class - [JAR]

├─ math.rng.SpookyMix.class - [JAR]

├─ math.rng.Stc64.class - [JAR]

├─ math.rng.StudentTSpliterator.class - [JAR]

├─ math.rng.WeibullSpliterator.class - [JAR]

├─ math.rng.XorShift1024Star.class - [JAR]

├─ math.rng.XorShift128Plus.class - [JAR]

├─ math.rng.XorShift64Star.class - [JAR]

├─ math.rng.XorShiftRot256PlusPlus.class - [JAR]

├─ math.rng.XorShiftRot256StarStar.class - [JAR]

├─ math.rng.Xoshiro256.class - [JAR]

├─ math.rng.package-info.class - [JAR]

math.list

├─ math.list.DListIterator.class - [JAR]

├─ math.list.DoubleArrayList.class - [JAR]

├─ math.list.DoubleList.class - [JAR]

├─ math.list.package-info.class - [JAR]