[][src]Module grape_ml::math

The math module is a collection of machine learning mathematical functionality

Structs

Matrix

The Matrix is a dynamic resizable matrix, which allow to perform all matrix operations.

Type Definitions

MatrixMapFunc

This type function is used to map a matrix. It receive the current I value and return it mapped.

MatrixMapFunc1Arg

This type function is used to map a matrix. It receives the current I value, and the user argument value and returns the mapped value.