Table of Contents

Mojo function

svd_thin

fn svd_thin(m: Int, n: Int, k: Int, S: UnsafePointer[Float64, MutAnyOrigin], mut Vout: Matrix, ATA: UnsafePointer[Float64, MutAnyOrigin])

Args:

  • m (Int)
  • n (Int)
  • k (Int)
  • S (UnsafePointer)
  • Vout (Matrix)
  • ATA (UnsafePointer)

Raises: