helpers#

helpers#

This module is used to provide helper functions.

Functions

fshape_warn(class_unify, func_unify)

get_boundary_str(boundary)

get_fshape_str(fshape)

get_points_str(points)

get_verbose_str(boundary, fshape)

intersection(array_x, array_y[, fmt])

Find common tuples between two arrays.

isin(x, in_data)

Check if x in or not.

ispoints(in_data)

Check if data contains points or scaler.

issametype(in_data, fmt)

lru_cache([maxsize, typed])

Least-recently-used cache decorator.

reformat(in_data[, fmt])

Reformat input data.

remove_diag(arr)

shape_error(in_shape, fshape)


Comments 💬#

Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines ⚖.