complex.md (514B)
1 <!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. --> 2 3 # Function complex 4 5 6 7 8 ### Parameters 9 10 Parameter | Type | Description 11 --------- | ---- | ----------- 12 `arr` | number[][] | the matrix to find eigenvalues of 13 `N` | number | size of the matrix 14 `prec` | number | BigNumber | precision, anything lower will be considered zero 15 `type` | 'number' | 'BigNumber' | 'Complex' | 16 `findVectors` | boolean | should we find eigenvectors? 17