Crate math

Source
Expand description

A suite of mathematical tool and utilities tailored toward neural networks.

Our focus revolves around the following areas:

  • Numerical Operations: Efficient implementations of mathematical functions.
  • Statistical Functions: Tools for statistical analysis and operations.
  • Signal Processing: Functions and utilities for signal manipulation.
  • Utilities: General-purpose utilities to aid in mathematical computations.

Modules§

error
prelude
stats
Statistical functions and utilities for calculating summary statistics.
traits
utils
Math Utilities

Macros§

toggle

Enums§

MathematicalError

Traits§

Abs
AsComplex
Trait for converting a type into a complex number.
ComplexNum
Conjugate
Cos
Cosh
Exp
FloorDiv
IntoComplex
Trait for converting a type into a complex number.
Root
RoundTo
Sine
Sinh
SquareRoot
Squared

Functions§

floor_div
round_to
Round the given value to the given number of decimal places.