Struct hmm::matrices::Vector [] [src]

pub struct Vector { /* fields omitted */ }

Vector is just Rust Vec

Methods

impl Vector
[src]

Vector constructor

Vector length

Item at given index

Positive matrix has all its entries >= 0

Ad 2 vectors. If the have different size, they output vector will have minimal size

Ad scalar to the vector.

Apply -log2 for each element

get index with minimal value

Trait Implementations

impl Debug for Vector
[src]

Formats the value using the given formatter.

impl PartialEq for Vector
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Vector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more