Mojo function
eigensystem
fn eigensystem(A: UnsafePointer[Float64, MutAnyOrigin], eig: UnsafePointer[Float64, MutAnyOrigin], V: UnsafePointer[Float64, MutAnyOrigin], n: Int)
Args:
- A (
UnsafePointer) - eig (
UnsafePointer) - V (
UnsafePointer) - n (
Int)