![]() |
NpzFormatLoad Method |
Name | Description | |
---|---|---|
![]() ![]() | LoadT(Byte) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from an array of bytes.
|
![]() ![]() | LoadT(Stream) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a stream.
|
![]() ![]() | LoadT(String) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a file in the disk.
|
![]() ![]() | LoadT(Byte, T) |
Loads an array of the specified type from an array of bytes.
|
![]() ![]() | LoadT(Stream, NpzDictionaryT) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a stream.
|
![]() ![]() | LoadT(Stream, T) |
Loads an array of the specified type from a file in the disk.
|
![]() ![]() | LoadT(String, NpzDictionaryT) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a file in the disk.
|
![]() ![]() | LoadT(String, T) |
Loads an array of the specified type from a file in the disk.
|