Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Mathematics.LinearAlgebra.IO Namespace
  • MatrixWriter Class
    • Members
    • Constructors
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




MatrixWriter Class

Members  See Also 
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

C#
public abstract class MatrixWriter : IDisposable
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

Use the MatrixWriter class to write the contents of a matrix to a file or stream. This is an abstract class and cannot be instantiated directly. Instead, use one of its staticSharedstaticstatic (Shared in Visual Basic) WriteMatrix(Matrix, String, MatrixStorageFormat) or WriteComplexMatrix(ComplexMatrix, String, MatrixStorageFormat) methods, or create an instance of one of the classes that inherit from MatrixWriter:

ClassDescription
DelimitedTextMatrixWriterWrites a matrix in delimited text format.
FixedWidthMatrixWriterWrites a matrix in fixed width text format.
MatrixMarketWriterWrites a matrix in Matrix Market format.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.LinearAlgebra.IO..::.MatrixWriter
    Extreme.Mathematics.LinearAlgebra.IO..::.DelimitedTextMatrixWriter
    Extreme.Mathematics.LinearAlgebra.IO..::.FixedWidthMatrixWriter
    Extreme.Mathematics.LinearAlgebra.IO..::.MatrixMarketWriter

See Also

MatrixWriter Members
Extreme.Mathematics.LinearAlgebra.IO Namespace
Extreme.Mathematics.LinearAlgebra.IO..::.DelimitedTextMatrixWriter
Extreme.Mathematics.LinearAlgebra.IO..::.FixedWidthMatrixWriter
Extreme.Mathematics.LinearAlgebra.IO..::.MatrixMarketWriter

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.