package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

Add3D returns the element-wise addition of vector a and b.
Add4D returns the element-wise addition of vector a and b.
Cross3D returns the cross product of vector a and b.
FromBits takes binary representation of floating-point value with user-defined bit sizes and expands it to full float64.
MaxOf returns the maximum value of all the arguments.
MinOf returns the minimum value of all the arguments.
Round rounds v to the nearest integer.
Sub3D returns the element-wise subtraction of vector b from a.
Sub4D returns the element-wise subtraction of vector b from a.

# Type aliases

V3D is a three element vector of float64.
V4D is a four element vector of float64.