Click or drag to resize

ComplexVector Methods

The ComplexVector type exposes the following members.

Methods
 NameDescription
Public methodAdd(Complex) Add a complex number to all elements of this vector.
Public methodAdd(ComplexVector) Add a VectorComplex.
Public methodAddInplace(Complex) In place add a scalar to all elements of this vector.
Public methodAddInplace(ComplexVector) In place add a VectorComplex.
Public methodConjugate Conjugate this vector.
Public methodConjugateInplace In place conjugation of this vector.
Public methodMultiply Multiply a scalar to all elements of this vector.
Public methodMultiplyInplace In place multiply this vector with a scalar.
Public methodNorm1 Calculate the 1-norm of the vector.
Public methodSubtract(Complex) Subtract a scalar to all elements of this vector.
Public methodSubtract(ComplexVector) Subtract a VectorComplex.
Public methodSubtractInplace(Complex) In place subtract a scalar to all elements of this vector.
Public methodSubtractInplace(ComplexVector) In place add a VectorComplex.
Public methodTranspose Transposed vector.
Public methodUnaryMinus Unary minus this vector.
Public methodUnaryMinusInplace In place unary minus of this vector.
Public methodVectorToString Returns the equivalent string representation of the vector.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also