Module rds_tensors::types [] [src]

Re-exports

pub use types::complex::Complex;
pub use types::complex::c32;
pub use types::complex::c64;
pub use types::cast::CastTo;
pub use types::cast::CastFrom;

Modules

cast

Module implementing Cast trait for numerical types.

complex

Module implementing floating point complex type compatible with BLAS.

Enums

RDSType

Enumeration for the numerical type supported by RDS.

Traits

RDSTyped

Trait implemented by all the RDS supported types.