| Type | Description |
| type BigInt |
The type of arbitrary-sized integers
|
| type BigNum |
The type of arbitrary-sized rational numbers, with more efficient representations for integers
|
| type BigRational |
The type of arbitrary-sized rational numbers
|
| type Complex |
The type of complex numbers stored as pairs of 64-bit floating point numbers in rectangular coordinates
|
| type IFloating | |
| type IFractional | |
| type IIEEE | |
| type IIntegral | |
| type INumeric | |
| type Matrix |
The type of matrices. The arithmetic operations on the element type are determined by inspection on the element type itself
|
| type opsData | Deprecated: This type will be made private in a future release and thus should not be accessed directly Note: an abbreviation for INumeric<'a> option |
| type RowVector |
The type of row vectors. This type is included mostly only for completeness
and is used relatively rarely.
|
| type Vector |
The type of column vectors. The arithmetic operations on the element type are determined by inspection on the element type itself
|