fimpy.fim_cupy

This file contains the GPU implementation of the Fast Iterative Method, based on cupy.

Classes

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

This class implements the Fast Iterative Method on the GPU using cupy.

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

This class implements the Fast Iterative Method on the GPU using cupy.