Struct hmm::matrices::Matrix [] [src]

pub struct Matrix { /* fields omitted */ }

2 dimensional matrix

Methods

impl Matrix
[src]

Create new matrix

Positive matrix has all its entries >= 0

Apply -log2 for each element

Get copy of a given column

Add vector to each column

Maximum by column

Argmax by column

Trait Implementations

impl Debug for Matrix
[src]

Formats the value using the given formatter.

impl PartialEq for Matrix
[src]

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

This method tests for !=.