Module bliss_audio_aubio_rs::vec[][src]

Expand description

Vector data wrappers

Structs

CVec

Immutable complex floating point vector

CVecMut

Mutable complex floating point vector

CVecNormMut

Mutable complex floating point vector with norm part only

CVecPhasMut

Mutable complex floating point vector with phas part only

FMat

Immutable matrix of real valued data.

FVec

Immutable floating point vector

FVecMut

Mutable floating point vector

Type Definitions

FMatVecs