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

Function Documentation

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

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