Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplexMatrixView(
SingleComplexMatrix matrix,
TransposeOperation transposeOperation
)
Public Sub New (
matrix As SingleComplexMatrix,
transposeOperation As TransposeOperation
)
public:
SingleComplexMatrixView(
SingleComplexMatrix^ matrix,
TransposeOperation transposeOperation
)
new :
matrix : SingleComplexMatrix *
transposeOperation : TransposeOperation -> SingleComplexMatrixView
Parameters
- matrix
- Type: Extreme.MathematicsSingleComplexMatrix
The SingleComplexMatrix to create
the view on. - transposeOperation
- Type: Extreme.MathematicsTransposeOperation
A TransposeOperation value
that specifies whether or not this view should show the
transpose of the matrix matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference