Skip to main content

HermitianEigenScalar

Trait HermitianEigenScalar 

Source
pub trait HermitianEigenScalar: TensorScalar + MatrixScalar { }
Expand description

Scalar types supported by lowest_hermitian_eigenpair.

The current backend path is used for f64 and Complex64, which are the scalar types needed by tensor4all’s Hermitian Krylov and DMRG algorithms.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl HermitianEigenScalar for Complex64

Source§

impl HermitianEigenScalar for f64

Implementors§