instance

inline fun <T> instance(): VectorSpace<T>(source)

Utility to get an instance of a vector space for a type T.

Throws an IllegalArgumentException if no instance is available.