class documentation

class _SIMD_BOOL(_Test_Utility):

View In Hierarchy

To test all boolean vector types at once
Method ​_data Create list of consecutive numbers according to number of vector's lanes.
Method ​_load​_b Undocumented
Method test​_operators​_logical Logical operations for boolean types. Test intrinsics: npyv_xor_##SFX, npyv_and_##SFX, npyv_or_##SFX, npyv_not_##SFX
Method test​_tobits Undocumented

Inherited from _Test_Utility:

Method __getattr__ To call NPV intrinsics without the attribute 'npyv' and auto suffixing intrinsics according to class attribute 'sfx'
Method ​_cpu​_features Undocumented
Method ​_int​_clip Undocumented
Method ​_int​_max Undocumented
Method ​_int​_min Undocumented
Method ​_is​_fp Undocumented
Method ​_is​_signed Undocumented
Method ​_is​_unsigned Undocumented
Method ​_nan Undocumented
Method ​_ninfinity Undocumented
Method ​_pinfinity Undocumented
Method ​_scalar​_size Undocumented
Method ​_to​_unsigned Undocumented
Method ​_true​_mask Undocumented
Class Variable npyv Undocumented
Class Variable sfx Undocumented
Class Variable target​_name Undocumented
def _data(self, start=None, count=None, reverse=False):
Create list of consecutive numbers according to number of vector's lanes.
def _load_b(self, data):

Undocumented

def test_operators_logical(self):

Logical operations for boolean types. Test intrinsics:

npyv_xor_##SFX, npyv_and_##SFX, npyv_or_##SFX, npyv_not_##SFX
def test_tobits(self):

Undocumented