Skip to content

Numerics

Roberto Giachetta edited this page Dec 16, 2016 · 2 revisions

The Numerics library contains a collection of basic mathematical formula and numeric algorithms (independent of geography) used in different components of AEGIS.

Namespaces:

  • Integral: Contains computations related to integral.
  • LinearAlgebra: Contains computations related to vectors and matrices, such as solving linear equation systems.
  • Randomizers: Contains random number generators.

Types:

  • Calculator: Contains a collection of additional basic mathematical computations, such as factorial, fraction, GCD, etc.
  • Statistics: Contains a collection of statistical computations, such as mean, std. deviation, correlation, etc.
  • Rational: Basic rational number represented as a fraction of two integers.
  • Vector: Basic mathematical vector represented as an array of douple precision floating point numbers.
  • Matrix: Basic mathematical matrix represented as rectangular array of double precision floating point numbers.
Clone this wiki locally