Vector.Create Method

Overload List

Create<T>(T[]) Constructs a new vector with the specified elements.
Create<T>(Int32) Constructs a new vector with the specified length.
Create<T>(IList<T>, ArrayMutability) Constructs a new vector with the specified elements.
Create<T>(T[], Boolean, ArrayMutability) Constructs a new dense vector with the specified elements.
Create<T>(Int32, ArraySlice<T>, ArrayMutability) Constructs a new dense vector.
Create<T>(Int32, Func<Int32, T>, ArrayMutability) Constructs a new dense vector.
Create<T>(Int32, T[], Boolean, ArrayMutability) Constructs a new dense vector with the specified elements.
Create<T>(Int32, T[], Int32, Int32, ArrayMutability) Constructs a new dense vector.
Create<T, K>(IDictionary<K, T>) Creates an indexed vector from a dictionary.
Create<T, K>(IDictionary<K, T>, IList<K>) Creates an indexed vector from a dictionary.
Create<T, K>(Int32, Index<K>) Creates an indexed vector of the specified length with the specified index.
Create<T, K>(IList<T>, IList<K>, ArrayMutability) Creates an indexed vector with the specified values and corresponding keys.

See Also