Quasar > Algorithms

Algorithms


An overview of the different functions and classes:

generic_binsearch1dA generic 1D binary search algorithm: given a sorted vector x0, find the index of the element that is closest to 'value'.
generic_parallel_prodComputes the parallel product of a certain pointwise function of a matrix.
generic_parallel_sumComputes the parallel sum of a certain pointwise function of a matrix.
generic_sortGeneric sorting algorithm using bitsort. The function takes a comparer as input.
generic_spatialfilterApplies a generic spatial filter to the input image