The nvmath.device module is experimental and potentially subject to future changes.

float64x4#

class nvmath.device.float64x4(x, y, z, w)[source]#

A Numba-compliant vector object for float64 with vector length 4. Elements can be accessed with the x, y, z, and w attributes.

Methods