Click or drag to resize

NMathFunctionsArg Method

Overload List
 NameDescription
Public methodStatic memberArg(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.
Public methodStatic memberArg(DoubleComplex) Returns the argument (or phase) of a complex number.
Public methodStatic memberArg(DoubleComplexBandMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(DoubleComplexLowerTriMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(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.
Public methodStatic memberArg(DoubleComplexTriDiagMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(DoubleComplexUpperTriMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(DoubleComplexVector) Returns a real vector whose values are the arguments of the corresponding complex vector entries.
Public methodStatic memberArg(DoubleHermitianBandMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(DoubleVector) Calculates the complex argument of a vector.
Public methodStatic memberArg(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.
Public methodStatic memberArg(FloatComplex) Returns the argument (or phase) of a complex number.
Public methodStatic memberArg(FloatComplexBandMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(FloatComplexLowerTriMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(FloatComplexMatrix) Returns a real matrix whose values are the arguments of the corresponding complex matrix entries.
Public methodStatic memberArg(FloatComplexTriDiagMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(FloatComplexUpperTriMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(FloatComplexVector) Returns a real vector whose values are the arguments of the corresponding complex vector entries.
Public methodStatic memberArg(FloatHermitianBandMatrix) Returns the complex arguments of a given matrix's elements.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(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.
Public methodStatic memberArg(FloatVector) Calculates the complex argument of a vector.
Top
See Also