eig Vals
Calculates the eigenvalues of a float matrix
Return
ComplexFloat vector
fun <T : Number> LinAlg.eigVals(mat: MultiArray<T, D2>): D1Array<ComplexDouble>
Content copied to clipboard
Calculates the eigenvalues of a numeric matrix.
Return
ComplexDouble vector
Calculates the eigenvalues of a float matrix
Return
complex vector