Function exafmm_t::svd(int, int, complex_t *, real_t *, complex_t *, complex_t *)

Function Documentation

void exafmm_t::svd(int m, int n, complex_t *A, real_t *S, complex_t *U, complex_t *VT)

lapack svd with row major data: A = U*S*VT, A is m by n