eig F
abstract fun eigF(mat: MultiArray<Float, D2>): Pair<D1Array<ComplexFloat>, D2Array<ComplexFloat>>
Content copied to clipboard
Calculates the eigenvalues and eigenvectors of a float matrix
Return
a pair of a vector of eigenvalues and a matrix of eigenvectors