| F# Vector extensions Class |
Defines non-generic `Vector` type that provides functions for building vectors
(hard-bound to `ArrayVectorBuilder` type). In F#, the module is automatically opened
using `AutoOpen`. The methods are not designed for the use from C#.
[category:Vectors and indices]
Inheritance Hierarchy
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static class F# Vector extensions
See Also