Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
| Name | Description |
---|
 | Close | (Inherited from MatrixWriter.) |
 | Dispose |
Releases the unmanaged resources used by the MatrixReader and optionally releases the managed resources.
(Inherited from MatrixWriter.) |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | (Inherited from MatrixWriter.) |
 | GetColumnBreaks |
Returns an array containing the positions of the column breaks.
|
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | SetColumnBreaks |
Sets the positions of the column breaks.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | WriteComplexMatrix(MatrixComplexDouble) |
Writes a complex matrix.
(Overrides MatrixWriterWriteComplexMatrix(MatrixComplexDouble).) |
 | WriteComplexMatrix(ComplexMatrix) |
Writes a complex matrix.
(Overrides MatrixWriterWriteComplexMatrix(ComplexMatrix).) |
  | WriteComplexMatrix(MatrixComplexDouble, Stream, Int32, String) |
Writes a complex matrix from a Stream.
|
  | WriteComplexMatrix(MatrixComplexDouble, TextWriter, Int32, String) | |
  | WriteComplexMatrix(MatrixComplexDouble, String, Int32, String) |
Writes a complex matrix from a file.
|
  | WriteComplexMatrix(ComplexMatrix, Stream, Int32, String) | |
  | WriteComplexMatrix(ComplexMatrix, TextWriter, Int32, String) | |
  | WriteComplexMatrix(ComplexMatrix, String, Int32, String) | |
 | WriteMatrix(MatrixDouble) | (Overrides MatrixWriterWriteMatrix(MatrixDouble).) |
 | WriteMatrix(Matrix) | (Overrides MatrixWriterWriteMatrix(Matrix).) |
  | WriteMatrix(MatrixDouble, Stream, Int32, String) |
Writes a real matrix to a Stream.
|
  | WriteMatrix(MatrixDouble, TextWriter, Int32, String) | |
  | WriteMatrix(MatrixDouble, String, Int32, String) |
Writes a matrix to a file.
|
  | WriteMatrix(Matrix, Stream, Int32, String) | |
  | WriteMatrix(Matrix, TextWriter, Int32, String) | |
  | WriteMatrix(Matrix, String, Int32, String) |
Writes a matrix from a file.
|