Documentation ¶
Index ¶
- Constants
- func Decimal128VecAdd(xs, ys, rs *vector.Vector) error
- func Decimal64VecAdd(xs, ys, rs *vector.Vector) error
- func NumericAddFloat[T constraints.Float](xs, ys, rs *vector.Vector) error
- func NumericAddSigned[T constraints.Signed](xs, ys, rs *vector.Vector) error
- func NumericAddUnsigned[T constraints.Unsigned](xs, ys, rs *vector.Vector) error
- func Uint32AddScalar(x uint32, ys []uint32, zs []uint32)
Constants ¶
View Source
const ( LEFT_IS_SCALAR = 1 RIGHT_IS_SCALAR = 2 )
Variables ¶
This section is empty.
Functions ¶
func Decimal128VecAdd ¶ added in v0.6.0
func Decimal64VecAdd ¶ added in v0.6.0
func NumericAddFloat ¶ added in v0.6.0
func NumericAddFloat[T constraints.Float](xs, ys, rs *vector.Vector) error
func NumericAddSigned ¶ added in v0.5.0
func NumericAddSigned[T constraints.Signed](xs, ys, rs *vector.Vector) error
func NumericAddUnsigned ¶ added in v0.5.0
func NumericAddUnsigned[T constraints.Unsigned](xs, ys, rs *vector.Vector) error
func Uint32AddScalar ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.