Table of Contents

Mojo function

eigensystem

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

Args:

  • A (UnsafePointer[Float64, MutAnyOrigin])
  • eig (UnsafePointer[Float64, MutAnyOrigin])
  • V (UnsafePointer[Float64, MutAnyOrigin])
  • n (Int)