CompositeDataStream<TObject>.ReadAllVectors<T> Method

Reads all vectors with the specified element type from the data stream.

DefinitionPermalink

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
C#
public Dictionary<string, Vector<T>> ReadAllVectors<T>(
	bool strict = true
)

ParametersPermalink

strict  Boolean  (Optional)
Specifies whether the element type should be matched exactly (true, the default), or whether conversions are allowed (false).

Type ParametersPermalink

T
The element type of the vectors.

Return ValuePermalink

Dictionary<String, Vector<T>>
A dictionary containing the vectors read from the data stream using their name as the key.

See AlsoPermalink