sf.math.eigh¶
- math.eigh()¶
The eigenvalues and eigenvectors of a matrix.
- Parameters:
tensor (
ndarray[Tuple[int,...],Union[TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]]) – The tensor to calculate the eigenvalues and eigenvectors of.- Return type:
ndarray[Tuple[int,...],Union[TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]]- Returns:
The eigenvalues and eigenvectors of
tensor.
code/api/mrmustard.math.eigh
Download Python script
Download Notebook
View on GitHub