ComplexVector(VectorType, Complex) Constructor |
Initializes a new instance of the Vector class that contains elements
copied from the specified array.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ComplexVector(
VectorType type,
Complex[] data
)
Public Sub New (
type As VectorType,
data As Complex()
)
Request Example
View SourceParameters
- type VectorType
- The vector type
- data Complex
- The array whose elements are copied to the vector.
See Also