Deedle


F# Vector extensions

Namespace: Deedle

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#.

Nested types and modules

TypeDescription
Vector

Type that provides a simple access to creating vectors represented using the built-in ArrayVector type that stores the data in a continuous block of memory.

Fork me on GitHub