Overload List

  NameDescription
Conj(DoubleComplex)
Returns the conjugate of a complex number.
Conj(DoubleComplexMatrix)
Calculates the complex conjugates of a given matrix's elements. In this case, since there is no imaginary part, this method simply returns the given matrix.
Conj(DoubleComplexVector)
Returns a vector which contains the complex conjuates of the given vector's elements.
Conj(DoubleMatrix)
Calculates the complex conjugates of a given matrix's elements. In this case, since there is no imaginary part, this method simply returns the given matrix.
Conj(DoubleVector)
Calculates the complex conjugate of a given vector.
Conj(FloatComplex)
Returns the conjugate of a complex number.
Conj(FloatComplexMatrix)
Calculates the complex conjugates of a given matrix's elements. In this case, since there is no imaginary part, this method simply returns the given matrix.
Conj(FloatComplexVector)
Returns a vector which contains the complex conjuates of the given vector's elements.
Conj(FloatMatrix)
Calculates the complex conjugates of a given matrix's elements. In this case, since there is no imaginary part, this method simply returns the given matrix.
Conj(FloatVector)
Calculates the complex conjugate of a given vector.

See Also