Skip to contents

TensorDataType is the parent S3 class for all tensor data types. All data type classes inherit from TensorDataType, enabling cross-type comparisons with == and != operators.

The specific data type classes are:

Details

This is a virtual base class - you cannot create instances directly. Use the specific type constructors instead.