Module typed_tensor

Module typed_tensor 

Source
Expand description

Runtime type dispatch over f64 and Complex64 tensors.

Enums§

TypedTensor
A type-erased tensor that dispatches over f64 and Complex64 at runtime.

Functions§

needs_c64_promotion
Returns true if any input is Complex64 (triggering promotion for all).