Trait arrayfire::Indexable
[−]
[src]
pub trait Indexable {
fn set(&self, idxr: &mut Indexer, dim: u32, is_batch: Option<bool>);
}Trait bound indicating indexability
Any object to be able to be passed on to Indexer::set_index() method should implement this trait with appropriate implementation of set method.
Required Methods
fn set(&self, idxr: &mut Indexer, dim: u32, is_batch: Option<bool>)
Set indexing object for a given dimension