Struct rds_tensors::Matrix [] [src]

pub struct Matrix<T: RDSTyped> { /* fields omitted */ }

Trait Implementations

impl<T: RDSTyped> Tensor<T> for Matrix<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<I, T> Index<I> for Matrix<T> where
    I: AsRef<[usize]>,
    T: RDSTyped
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<I, T> IndexMut<I> for Matrix<T> where
    I: AsRef<[usize]>,
    T: RDSTyped
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T: RDSTyped> Display for Matrix<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Matrix<T> where
    T: Send

impl<T> Sync for Matrix<T> where
    T: Sync