[][src]Crate lapack_traits

Generic real/complex scalar trait wrappers for BLAS and LAPACK routines

Re-exports

pub use blas::*;
pub use lapack::*;

Modules

blas
lapack

Enums

Layout
Transpose

Traits

ComplexField

Trait shared by all complex fields and its subfields (like real numbers).

RealField

Trait shared by all reals.

SubsetOf

Nested sets and conversions between them (using an injective mapping). Useful to work with substructures. In generic code, it is preferable to use SupersetOf as trait bound whenever possible instead of SubsetOf (because SupersetOf is automatically implemented whenever SubsetOf is).

SupersetOf

Nested sets and conversions between them. Useful to work with substructures. It is preferable to implement the SupersetOf trait instead of SubsetOf whenever possible (because SupersetOf is automatically implemented whenever SubsetOf is.

Type Definitions

c32
c64