Serves as the base class for classses that write matrices to a file or stream.
Namespace:
Extreme.Mathematics.LinearAlgebra.IO
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public MustInherit Class MatrixWriter _
Implements IDisposable |
| Visual C++ |
|---|
public ref class MatrixWriter abstract : IDisposable |
| F# |
|---|
[<AbstractClassAttribute>]
type MatrixWriter =
class
interface IDisposable
end |
Remarks
Inheritance Hierarchy
See Also