Overload List

  NameDescription
Arg(DoubleBandMatrix)
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(DoubleComplexBandMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(DoubleComplexLowerTriMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(DoubleComplexTriDiagMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(DoubleComplexUpperTriMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(DoubleHermitianBandMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(DoubleHermitianMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the arg function to each element of the matrix.
Arg(DoubleLowerTriMatrix)
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(DoubleSymBandMatrix)
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(DoubleSymmetricMatrix)
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(DoubleTriDiagMatrix)
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(DoubleUpperTriMatrix)
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(FloatBandMatrix)
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(FloatComplexBandMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(FloatComplexLowerTriMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(FloatComplexTriDiagMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(FloatComplexUpperTriMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(FloatHermitianBandMatrix)
Returns the complex arguments of a given matrix's elements.
Arg(FloatHermitianMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the arg function to each element of the matrix.
Arg(FloatLowerTriMatrix)
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(FloatSymBandMatrix)
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(FloatSymmetricMatrix)
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(FloatTriDiagMatrix)
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(FloatUpperTriMatrix)
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.

See Also