Reads all matrices from a stream.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public static Dictionary<string, Matrix<T>> ReadAllMatrices<T>(
Stream stream
)
Public Shared Function ReadAllMatrices(Of T) (
stream As Stream
) As Dictionary(Of String, Matrix(Of T))
public:
generic<typename T>
static Dictionary<String^, Matrix<T>^>^ ReadAllMatrices(
Stream^ stream
)
static member ReadAllMatrices :
stream : Stream -> Dictionary<string, Matrix<'T>>
Parameters
- stream
- Type: System.IOStream
The stream to read from.
Type Parameters
- T
Return Value
Type:
DictionaryString,
MatrixTA dictionary containing all the matrices
read from the stream using their name as the key.
Numerical Libraries
Supported in: 6.0
Reference