Namespace: Extreme.Mathematics.LinearAlgebra.IOAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static void WriteComplexMatrix(
ComplexMatrix matrix,
string path,
MatrixStorageFormat format
)
Public Shared Sub WriteComplexMatrix (
matrix As ComplexMatrix,
path As String,
format As MatrixStorageFormat
)
public:
static void WriteComplexMatrix(
ComplexMatrix^ matrix,
String^ path,
MatrixStorageFormat format
)
static member WriteComplexMatrix :
matrix : ComplexMatrix *
path : string *
format : MatrixStorageFormat -> unit
Parameters
- matrix
- Type: Extreme.MathematicsComplexMatrix
A ComplexMatrix. - path
- Type: SystemString
The file to read the matrix from. - format
- Type: Extreme.Mathematics.LinearAlgebra.IOMatrixStorageFormat
A MatrixStorageFormat that specifies the
storage format of the matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference