Functionsยง
- broadcast_
array_ add - Broadcast addition:
lhs + rhswith automatic scalar expansion. - broadcast_
array_ div - Broadcast division:
lhs / rhswith automatic scalar expansion. - broadcast_
array_ mul - Broadcast multiplication:
lhs * rhswith automatic scalar expansion. - broadcast_
array_ sub - Broadcast subtraction:
lhs - rhswith 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