From cac9d22cb2673f0d86f05dd1f585a0299fbc3c65 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 26 Jan 2018 11:40:50 -0500 Subject: [PATCH] vector/filter: Formatting and minor doc --- core/vector/filter.xml | 53 ++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/core/vector/filter.xml b/core/vector/filter.xml index b679c7df..daa7a671 100644 --- a/core/vector/filter.xml +++ b/core/vector/filter.xml @@ -25,11 +25,18 @@
- + \ref{mfilter} handles complex filtering of matrices. + If the requested column~\tt{@col@} is marked as sequential with~\tt{@seq@}, + a~$O(lg n)$ bisect algorithm will be used; + otherwise, + it will undergo a~$O(n)$ linear scan. + + - - - + + + - + - + @@ -85,7 +92,9 @@ - + @@ -114,7 +123,8 @@ - + @@ -159,7 +169,8 @@ - + @@ -183,13 +194,13 @@ - - - - - + + + + + - + @@ -206,11 +217,12 @@ - + - + @@ -218,11 +230,12 @@ - + - +