Overload List

  NameDescription
Arg(DoubleComplex)
Returns the argument (or phase) of a complex number.
Arg(DoubleComplexMatrix)
Returns the arguments of a given matrix's elements. In this case, there is no imaginary part, so this method simply returns the given matrix.
Arg(DoubleComplexVector)
Returns a real vector whose values are the arguments of the corresponding complex vector entries.
Arg(DoubleMatrix)
Returns the complex arguments of a given matrix's elements. In this case, there is no imaginary part, so this method simply returns the given matrix.
Arg(DoubleVector)
Calculates the complex argument of a vector.
Arg(FloatComplex)
Returns the argument (or phase) of a complex number.
Arg(FloatComplexMatrix)
Returns a real matrix whose values are the arguments of the corresponding complex matrix entries.
Arg(FloatComplexVector)
Returns a real vector whose values are the arguments of the corresponding complex vector entries.
Arg(FloatMatrix)
Returns the arguments of a given matrix's elements. In this case, there is no imaginary part, so this method simply returns the given matrix.
Arg(FloatVector)
Calculates the complex argument of a vector.

See Also