Expand description
Error types for tensor4all-tcicore.
MatrixCIError enumerates errors that can occur during matrix cross
interpolation operations. All public API functions return
Result<T> which uses this error type.
Enums§
- MatrixCI
Error - Errors that can occur during matrix cross interpolation operations
Type Aliases§
- Result
- Result type for matrix CI operations