The nvmath.device module is experimental and potentially subject to future changes. float32x4# class nvmath.device.float32x4(x, y, z, w)[source]# A Numba-compliant vector object for float32 with vector length 4. Elements can be accessed with the x, y, z, and w attributes. Methods