Type Alias roqoqo::registers::FloatRegister

source ·
pub type FloatRegister = Vec<f64>;
Expand description

Represents classical register of float numbers for computation in qoqo.

Aliased Type§

struct FloatRegister {
    buf: RawVec<f64>,
    len: usize,
}

Fields§

§buf: RawVec<f64>§len: usize