NumPyType

@implicitNotFound("Could not find an instance of NumPyType for ${T}") @typeclass trait NumPyType[T] extends Serializable
Type class for NumPy numeric types.
Companion
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Methods

def descr: String
def sizeOf: Int
def write(out: OutputStream, value: T): Unit