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

pub type RMatrix<T> = RArray<T, [usize; 2]>;

Implementations

Create a new matrix wrapper. Make a new column type.

Get the number of rows.

Get the number of columns.

Trait Implementations

The type returned in the event of a conversion error.

Performs the conversion.