Documentation ¶
Index ¶
- type Vec
- func (vec Vec) Average() float64
- func (vec Vec) Copy() Vec
- func (vec Vec) DivideScalar(scalar float64) Vec
- func (vec Vec) Len() int
- func (vec Vec) Map(op func(x float64) float64) Vec
- func (vec Vec) MulScalar(scalar float64) Vec
- func (vec Vec) New() Vec
- func (vec Vec) Smooth(alpha float64) Vec
- func (vec Vec) Sum() float64
- func (vec Vec) Uints() []uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.