Reads matrices from a text file.
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 Class FixedWidthMatrixReader _
Inherits MatrixReader |
| Visual C++ |
|---|
public ref class FixedWidthMatrixReader : public MatrixReader |
| F# |
|---|
type FixedWidthMatrixReader =
class
inherit MatrixReader
end |
Inheritance Hierarchy
See Also