Skip to contents

MLX vectors or scalars are returned as R vectors.

Usage

# S3 method for class 'mlx'
as.array(x, ...)

Arguments

x

An mlx array.

...

Additional arguments (ignored)

Value

A vector, matrix or array.

A numeric array.

Examples