Make iDT the default and explain O() complexity

This commit is contained in:
Andreas Fabri 2018-11-20 18:42:23 +01:00
parent d749d3f003
commit 9546044462
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ The algorithm is as follows:
The time complexity of the algorithm is determined primarily by the
choice of linear solver. In the current implementation, Cholesky
prefactorization is roughly \f$ O(N^1.5)\f$ and evaluation of distance is
prefactorization is roughly \f$ O(N^{1.5})\f$ and evaluation of distance is
roughly \f$ O(N)\f$, where \f$ N\f$ is the number of vertices in the triangulation.
The algorithm uses two \f$ N \times N\f$ matrices, both with the same pattern of
nonzeros as the graph Laplacian of the edge graph (roughly 7 nonzeros