Namespace NumSharp.Utilities
Classes
- ArrayConvert
Presents all possible combinations of array conversion of types supported by numpy.
- Converts<T>
Provides various methods related to Convert based on give
T.
- InfoOf<T>
Provides a cache for properties of
Tthat requires computation.
- NonGenericConvert
Provides a way to convert boxed object from known time to specific type.
- TypelessConvert
Provides a way to convert boxed object from known input type to known output type. By making it receive and return object - It is suitable for a common delegate: see TypelessConvertDelegate
- py
Implements Python utility functions that are often used in connection with numpy