eigF

abstract fun eigF(mat: MultiArray<Float, D2>): Pair<D1Array<ComplexFloat>, D2Array<ComplexFloat>>

Calculates the eigenvalues and eigenvectors of a float matrix

Return

a pair of a vector of eigenvalues and a matrix of eigenvectors