Type Definition aorist_extendr_api::wrapper::matrix::RMatrix3D[][src]

pub type RMatrix3D<T> = RArray<T, [usize; 3]>;

Implementations

Get the number of rows.

Get the number of columns.

Get the number of submatrices.

Trait Implementations

The type returned in the event of a conversion error.

Performs the conversion.