Skip to main content
. Author manuscript; available in PMC: 2013 Aug 12.
Published in final edited form as: ACM Trans Sens Netw. 2012 Jul;8(3):2240093. doi: 10.1145/2240092.2240093

Table III.

Summary of the Complexity of Each Step of the ASAP Algorithm.

Stage Complexity # of calls

Break 1-hop neighborhood into patches O(k + m’) n
Patch embedding by SMACOF O(k3 + k3/2t) N
Patch embedding by FULL-SDP O(k2m2.5 + m3.5) N
Patch intersection O(k) M
Patch alignment O(k) M
Top eigenvector computation O() 2
Linear least squares O(mκ) 2

Total O(npoly(k,m,t,ζ)+mκ)

t denotes the number of iterations of the SMACOF algorithm, ζ the number of iterations of the power method, and κ the condition number of the matrix TT T (where T is the least squares matrix from Step 3).