Struct wee_matrix::core::MatrixRange [] [src]

pub struct MatrixRange(pub Range<(usize, usize)>);

Submatrix range specification; a range from (r_start, c_start) to (r_end, c_end)

Methods

impl MatrixRange
[src]

[src]

Generate a range consisting of the entire underlying matrix

Trait Implementations

impl Debug for MatrixRange
[src]

[src]

Formats the value using the given formatter.

impl Clone for MatrixRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more