Table of Contents

Class NpzDictionary

Namespace
NumSharp
Assembly
NumSharp.dll
public class NpzDictionary : NpzDictionary<Array>, IDisposable, IReadOnlyDictionary<string, Array>, IReadOnlyCollection<KeyValuePair<string, Array>>, IEnumerable<KeyValuePair<string, Array>>, ICollection<Array>, IEnumerable<Array>, IEnumerable
Inheritance
NpzDictionary
Implements
Inherited Members
Extension Methods

Constructors

NpzDictionary(Stream, bool)

public NpzDictionary(Stream stream, bool jagged)

Parameters

stream Stream
jagged bool

Methods

Load_Npz(Stream)

protected override Array Load_Npz(Stream s)

Parameters

s Stream

Returns

Array