Higher-order function factory that creates get_ functions with automatic dispatch to handle single matrices, lists of matrices, and tibbles.
Details
The returned function automatically:
Applies impl_fn to single matrices and returns the result
Applies impl_fn to each element of a list and returns a list
Applies impl_fn to tibble coo columns and EXTRACTS results (does not modify tibble)
For tibbles, get_* functions extract values for further processing by the user. They do NOT create new columns or modify the tibble.
Additional arguments are passed through via ...
