fimpy.fim_np

This file contains the CPU implementation of the Fast Iterative Method, based on numpy and cython.

Functions

tsitsiklis_update_triang_3D(x1, x2, x3, D, ...)

Custom numpy implementation of fimpy.fim_base.FIMBase.tsitsiklis_update_triang() to speed up computations for \(d = 3\).

Classes

FIMNP(points, elems[, metrics, precision])

This class implements the Fast Iterative Method on the CPU using a combination of numpy and cython.

FIMNPAL(points, elems[, metrics, precision])

This class implements the Fast Iterative Method on the CPU using a combination of numpy and cython.