WareSeeker Search Software

nmath


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

NMath Analysis 1.1


windows Software Development->Components Libraries $295
View Detail
Download NMath Analysis 1.1Download NMath Analysis 1.1
1.49 MB
NMath Analysis description
NMath Analysis is a software that contains classes for function minimization, root-finding, and linear programming NMath Analysis is a software that contains classes for function minimization, root-finding, and linear programming.

Here are some key features of "NMath Analysis":

· Classes for minimizing univariate functions using golden section search and Brent s method.
· Classes for minimizing multivariate functions using the downhill simplex method, Powell s direction set method
, the conjugate gradient method, and the variable metric (or quasi-Newton) method.
· Simulated annealing.
· Linear programming using the simplex method.
· Least squares polynomial fitting.
· Classes for finding roots of univariate functions using the secant method, Ridders method, and the Newton-Raphson method.
· Numerical methods for double integration of functions of two variables.


Requirements:

· Microsoft .NET Framework
· NMath Core 2.2


Limitations:

· 30 days trial

Tags:
2

NMath Matrix 2.1


windows Software Development->Components Libraries $495
View Detail
Download NMath Matrix 2.1Download NMath Matrix 2.1
3.26 MB
NMath Matrix is a useful and advanced matrix manipulation library which extends NMath Core.

Here are some key features of "NMath Matrix":

· Full-featured structured sparse matrix classes, including triangular, symmetric, Hermitian, banded, tridiagonal, symmetric banded, and Hermitian banded.
· Functions for converting between general matrices and structured sparse matrix types.
· Functions for transposing structured sparse matrices, computing inner products, and calculating matrix norms.
· Classes for factoring structured sparse matrices, including LU, Bunch-Kaufman, and Cholesky factorizations, that you can be used to solve linear systems and compute determinants, inverses, and condition numbers.
· Orthogonal decomposition classes for general matrices, including QR decomposition and singular value decomposition (SVD).
· Advanced least squares factorization classes for general matrices, including Cholesky, QR, and SVD.
· Classes for solving symmetric, Hermitian, and nonsymmetric eigenvalue problems.



Tags:
3

NMath Analysis 1.0


windows Software Development->Components Libraries $295
View Detail
Download NMath Analysis 1.0Download NMath Analysis 1.0
1.29 MB
NMath Analysis is a software that contains classes for function minimization, root-finding, and linear programming.

Here are some key features of "NMath Analysis":

· Classes for minimizing univariate functions using golden section search and Brent s method.
· Classes for minimizing multivariate functions using the downhill simplex method, Powell s direction set method, the conjugate gradient method, and the variable metric (or quasi-Newton) method.
· Simulated annealing.
· Linear programming using the simplex method.
· Least squares polynomial fitting.
· Classes for finding roots of univariate functions using the secant method, Ridders method, and the Newton-Raphson method.
· Numerical methods for double integration of functions of two variables.



Tags:
4

NMath Analysis 1.2


windows Software Development->Components Libraries Free
View Detail
Download NMath Analysis 1.2Download NMath Analysis 1.2
1371 kb
NMath Analysis contains classes for function minimization, root-finding, and linear programming. Product features include classes for minimizing univariate functions using golden section search and Brent s method, minimizing multivariate functions using the downhill simplex method, Powell s direction set method, the conjugate gradient method, and the variable metric (or quasi-Newton) method, simulated annealing, linear programming using the simplex method, least squares polynomial fitting, finding roots of univariate functions using the secant method, Ridders method, and the Newton-Raphson method, numerical methods for double integration of functions of two variables. If you are interested in evaluating NMath Analysis, we offer a free trial version, distributed in binary form only for a 30-day evaluation period. Orders may be placed through our secure online store. Our sales staff is available to help you with any questions that you may have about our products. Please also see our list of frequently asked questions. Purchased library includes source code, user documentation, reference API documentation and code examples in C# and VB.NET. NMath products have no deployment, server or runtime fees.
Tags:
5

NMath Matrix 1.0.0


windows Software Development->Net $395
View Detail
Download NMath Matrix 1.0.0Download NMath Matrix 1.0.0
10.74MB
NMath Matrix is an advanced matrix manipulation library that extends NMath Core to include structured sparse matrix classes (triangular, symmetric, Hermitian, banded, tridiagonal, symmetric banded, and Hermitian banded), factorizations (LU, Bunch-Kaufman, and Cholesky), orthogonal decompositions (QR and SVD), and advanced least squares classes (Cholesky, QR, and SVD).

Fully compliant with the Microsoft Common Language Specification, all NMath routines are callable from any .NET language, including C# and Visual Basic.NET.

For most computations, NMath libraries use proven, highly optimized versions of public domain linear algebra subroutine libraries, such as the BLAS and LAPACK. This gives NMath routines accuracy you can trust, and performance levels comparable to C or Fortran, combined with state of the art, object-oriented interfaces that leverage the full power of the .NET platform.

If you are interested in evaluating NMath Matrix, we offer a free fully-functional trial version, distributed in binary form only for a 14-day evaluation period.
Tags:
6

NMath Core 2.2.1


windows Software Development->Components Libraries Free
View Detail
Download NMath Core 2.2.1Download NMath Core 2.2.1
11.0 MB
NMath Core contains vector, matrix, and complex number classes, random number generators, numerical integration methods, cubic spline interpolation and other high-performance functions for object-oriented numerics on the .NET platform. NMath Core is designed to run with machine-specific, highly optimized versions of the BLAS and LAPACK public domain linear algebra subroutine libraries.
Tags:
7

NMath Matrix 2.1.0


windows Software Development->Components Libraries Free
View Detail
Download NMath Matrix 2.1.0Download NMath Matrix 2.1.0
4.0 MB
NMath Matrix is an advanced matrix manipulation library that extends NMath Core to include structured sparse matrix classes (triangular, symmetric, Hermitian, banded, tridiagonal, symmetric banded, and Hermitian banded), factorizations (LU, Bunch-Kaufman, and Cholesky), orthogonal decompositions (QR and SVD), advanced least squares classes (Cholesky, QR, and SVD), and solutions to eigenvalue problems.
Tags:
8

NMath Core 2.3


windows Software Development->Components Libraries $295
View Detail
Download NMath Core 2.3Download NMath Core 2.3
9.52 MB
NMath Core description
Aprogram which contains foundational classes for object-oriented numerics on the .NET platform NMath Core is a program which contains foundational classes for object-oriented numerics on the .NET platform.

Here are some key features of "NMath Core":

· Single- and double-precision complex number classes.
· Full-featured vector and matrix classes for four datatypes: single- and double-precision floating point numbers, and single- and double-precision complex numbers.
· Flexible indexing using slices and ranges.
· LU factorization for a matrix, as well as functions for solving
linear systems, computing determinants, inverses, and condition numbers.
· Least Squares solutions.
· Random number generation from various probability distributions, including the uniform, triangular, normal, Poisson, gamma, binomial, exponential, Pareto, and log normal distributions.
· Classes for encapsulating functions of one variable, with support for numerical integration (Romberg and Gauss-Kronrod methods), differentiation (Ridders method), and algebraic manipulation of functions.
· Polynomial encapsulation, interpolation, and exact differentiation and integration.
· Cubic spline interpolation.
· Extension of standard mathematical functions, such as Cos(), Sqrt(), and Exp(), to work with vectors, matrices, and complex number classes.
· Basic statistical functions, such as Mean(),
· Median(), and Variance(), with support for NaN (Not-A-Number) values.


Requirements:

· Microsoft .NET Framework


Limitations:

· 30 days trial

Tags:
9

NMath Stats 2.1


windows Software Development->Components Libraries $495
View Detail
Download NMath Stats 2.1Download NMath Stats 2.1
3.03 MB
NMath Stats is a useful application that contains classes for data manipulation, statistical computation, and biostatistics.

Here are some key features of "NMath Stats":

· A data frame class for holding data of various types (numeric, string, boolean, datetime, and generic), with methods for appending, inserting, removing, sorting, and permuting rows and columns.
· Functions for computing descriptive statistics, such as mean, variance, standard deviation, percentile, median, quartiles, geometric mean, harmonic mean, RMS, kurtosis, skewness, and many more.
· Special functions, such as factorial, log factorial, binomial coefficient, log binomial, log gamma, incomplete gamma, beta, and incomplete beta.
· Probability density function (PDF), cumulative distribution function (CDF), inverse CDF, and random variable moments for a variety of probability distributions, including normal (Gaussian), Poisson, chi-square, gamma, beta, Students t, F, binomial, and negative binomial.
· Multiple linear regression.
· Basic hypothesis tests, such as z test, t-test, and F-test, with calculation of p-values, critical values, and confidence intervals.
· One-way and two-way analysis of variance (ANOVA) and analysis of variance with repeated measures (RANOVA).
· Multivariate statistical analyses, including principal component analysis and hierarchical cluster analysis.



Tags:
10

NMath Core 2.2


windows Software Development->Components Libraries $295
View Detail
Download NMath Core 2.2Download NMath Core 2.2
10.8 MB
NMath Core is a program which contains foundational classes for object-oriented numerics on the .NET platform.

Here are some key features of "NMath Core":

· Single- and double-precision complex number classes.
· Full-featured vector and matrix classes for four datatypes: single- and double-precision floating point numbers, and single- and double-precision complex numbers.
· Flexible indexing using slices and ranges.
· LU factorization for a matrix, as well as functions for solving linear systems, computing determinants, inverses, and condition numbers.
· Least Squares solutions.
· Random number generation from various probability distributions, including the uniform, triangular, normal, Poisson, gamma, binomial, exponential, Pareto, and log normal distributions.
· Classes for encapsulating functions of one variable, with support for numerical integration (Romberg and Gauss-Kronrod methods), differentiation (Ridders method), and algebraic manipulation of functions.
· Polynomial encapsulation, interpolation, and exact differentiation and integration.
· Cubic spline interpolation.
· Extension of standard mathematical functions, such as Cos(), Sqrt(), and Exp(), to work with vectors, matrices, and complex number classes.
· Basic statistical functions, such as Mean(),
· Median(), and Variance(), with support for NaN (Not-A-Number) values.



Tags:
11

NMath Stats 2.1.1


windows Software Development->Components Libraries Free
View Detail
Download NMath Stats 2.1.1Download NMath Stats 2.1.1
4.0 MB
NMath Stats contains probability distributions, combinatorial functions, descriptive statistics, multi-type data table, multiple linear regression, hypothesis tests, analysis of variance (ANOVA), and multivariate statistics for the .NET platform. Evaluation version available. Purchased product includes source code, user manual and examples.
Tags:
12

NMath Analysis 1.0.0


windows Software Development->Components Libraries $295
View Detail
Download NMath Analysis 1.0.0Download NMath Analysis 1.0.0
1.4 MB

NMath Analysis contains classes for function minimization, root-finding, and linear programming. Product features include classes for minimizing univariate functions using golden section search and Brent’s method, minimizing multivariate functions using the downhill simplex method, Powell’s direction set method, the conjugate gradient method, and the variable metric (or quasi-Newton) method, simulated annealing, linear programming using the simplex method, least squares polynomial fitting, finding roots of univariate functions using the secant method, Ridders’ method, and the Newton-Raphson method, numerical methods for double integration of functions of two variables. If you are interested in evaluating NMath Analysis, we offer a free trial version, distributed in binary form only for a 30-day evaluation period. Orders may be placed through our secure online store. Our sales staff is available to help you with any questions that you may have about our products. Please also see our list of frequently asked questions. Purchased library includes source code, user documentation, reference API documentation and code examples in C# and VB.NET. NMath products have no deployment, server or runtime fees..
Tags:
13

NMath Stats 1.1.0


windows Software Development->Net $495
View Detail
Download NMath Stats 1.1.0Download NMath Stats 1.1.0
5.51MB
NMath Stats contains a data table class with functions for computing descriptive statistics, such as mean, variance, standard deviation, percentile, median, quartiles, geometric mean, harmonic mean, RMS, kurtosis, skewness, and many more; PDF, CDF, inverse CDF, and random variable moments for a variety of probability distributions, including normal (Gaussian), Poisson, chi-square, gamma, beta, Students t, F, binomial, and negative binomial; Combinatorial functions, such as factorial, log factorial, binomial coefficient, and log binomial; Multiple linear regression; Basic hypothesis tests, such as z-test, t-test, and F-test, with calculation of p-values, critical values, and confidence intervals; Analysis of variance (ANOVA). If you are interested in evaluating NMath Stats, we offer a free fully-functional trial version, distributed in binary form only for a 14-day evaluation period. Purchased product includes source code, user documentation, help files and examples.
Tags:
14

NMath Core 1.0.3


windows Software Development->Misc Programming Tools $795
View Detail
Download NMath Core 1.0.3Download NMath Core 1.0.3
8.20MB
NMath Core contains foundational classes for object-oriented numerics on the .NET platform. Product features include: Single- and double-precision complex number classes; full-featured vector and matrix classes for single- and double-precision floating point numbers and single- and double-precision complex numbers; flexible indexing using slices and ranges; extension of standard mathematical functions, such as Cos(), Sqrt(), and Exp(), to work with vectors, matrices, and complex number classes; LU factorization for a matrix, as well as functions for solving linear systems, computing determinants, inverses, and condition numbers; least squares solutions; random number generation from various probability distributions, including the uniform, normal, Poisson, gamma, binomial, and exponential distributions. If you are interested in evaluating NMath Core, we offer a free fully-functional trial version, distributed in binary form only for a 14-day evaluation period.
Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket