DataType

enum DataType : Enum<DataType>

Describes the type of elements stored in a NDArray.

Parameters

nativeCode

an integer value of the type. Required to define the type in JNI.

itemSize

size of one ndarray element in bytes.

clazz

KClass type.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun isComplex(): Boolean
Link copied to clipboard
fun isNumber(): Boolean

Properties

Link copied to clipboard
val clazz: KClass<out Any>
Link copied to clipboard
val itemSize: Int
Link copied to clipboard
val nativeCode: Int