Skip to main content

Module array

Module array 

Source

Functionsยง

broadcast_array_add
Broadcast addition: lhs + rhs with automatic scalar expansion.
broadcast_array_div
Broadcast division: lhs / rhs with automatic scalar expansion.
broadcast_array_mul
Broadcast multiplication: lhs * rhs with automatic scalar expansion.
broadcast_array_sub
Broadcast subtraction: lhs - rhs with automatic scalar expansion.
broadcast_array_to_cube
Helper function for Array-Cube broadcasting - broadcast array to each table in cube
broadcast_array_to_scalar
Helper function for array-scalar broadcasting - convert scalar to array, then broadcast
broadcast_array_to_supertable
Helper function for Array-SuperTable broadcasting - broadcast array to each table batch
broadcast_array_to_supertableview
Helper function for Array-SuperTableView broadcasting - create aligned array views for each table slice
broadcast_array_to_table
Helper function for array-table broadcasting - apply array to each column
broadcast_array_to_tuple2
Helper function for Array-Tuple2 broadcasting - broadcast array to each tuple element
broadcast_array_to_tuple3
Helper function for Array-Tuple3 broadcasting
broadcast_array_to_tuple4
Helper function for Array-Tuple4 broadcasting
broadcast_array_to_tuple5
Helper function for Array-Tuple5 broadcasting
broadcast_array_to_tuple6
Helper function for Array-Tuple6 broadcasting