jit.normalize Normalizes a matrix.

Examines an incoming jit.matrix and scales the minimum and maximum values into a normalized range.

Attributes:
Name Type Description
amp float64 list[32] The amplitude to scale the normalized range. (default = 1)
global long Flag to enable or disable global normalization across all planes. (default = 0)
min float64 list[32] Assigns the normalized minimum value to use the given value. (default = 0)
max float64 list[32] Assigns the normalized maximum to use the given value. (default = 1)

Example:

See Also:
jit.matrix, jit.bfg