[][src]Struct consprob::PctStaProbMats

pub struct PctStaProbMats {
    pub max_bpp_mat: SparseProbMat,
    pub bpp_mat: SparseProbMat,
    pub access_bpp_mat_4_2l: SparseProbMat,
    pub access_bpp_mat_4_ml: SparseProbMat,
    pub bpp_mat_4_el: SparseProbMat,
    pub bpp_mat_on_ss: SparseProbMat,
    pub max_upp_mat: Probs,
    pub upp_mat: Probs,
    pub upp_mat_4_hl: Probs,
    pub upp_mat_4_2l: Probs,
    pub upp_mat_4_ml: Probs,
    pub upp_mat_4_el: Probs,
}

Fields

max_bpp_mat: SparseProbMatbpp_mat: SparseProbMataccess_bpp_mat_4_2l: SparseProbMataccess_bpp_mat_4_ml: SparseProbMatbpp_mat_4_el: SparseProbMatbpp_mat_on_ss: SparseProbMatmax_upp_mat: Probsupp_mat: Probsupp_mat_4_hl: Probsupp_mat_4_2l: Probsupp_mat_4_ml: Probsupp_mat_4_el: Probs

Implementations

impl PctStaProbMats[src]

pub fn origin() -> PctStaProbMats[src]

pub fn new(seq_len: usize) -> PctStaProbMats[src]

Trait Implementations

impl Clone for PctStaProbMats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.