Struct munkres::WeightMatrix [] [src]

pub struct WeightMatrix<T: WeightNum> {
    // some fields omitted
}

Methods

impl<T: WeightNum> WeightMatrix<T>
[src]

fn from_row_vec(n: usize, data: Vec<T>) -> WeightMatrix<T>

Trait Implementations

impl<T: Debug + WeightNum> Debug for WeightMatrix<T>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.