Click or drag to resize

NMathFunctionsConj Method

Overload List
 NameDescription
Public methodStatic memberConj(DoubleBandMatrix) 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.
Public methodStatic memberConj(DoubleComplex) Returns the conjugate of a complex number.
Public methodStatic memberConj(DoubleComplexBandMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(DoubleComplexCsrSparseMatrix) 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.
Public methodStatic memberConj(DoubleComplexLowerTriMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(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.
Public methodStatic memberConj(DoubleComplexTriDiagMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(DoubleComplexUpperTriMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(DoubleComplexVector) Returns a vector which contains the complex conjuates of the given vector's elements.
Public methodStatic memberConj(DoubleCsrSparseMatrix) 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.
Public methodStatic memberConj(DoubleHermitianBandMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(DoubleHermitianMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(DoubleLowerTriMatrix) 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.
Public methodStatic memberConj(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.
Public methodStatic memberConj(DoubleSymBandMatrix) 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.
Public methodStatic memberConj(DoubleSymmetricMatrix) 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.
Public methodStatic memberConj(DoubleTriDiagMatrix) 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.
Public methodStatic memberConj(DoubleUpperTriMatrix) 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.
Public methodStatic memberConj(DoubleVector) Calculates the complex conjugate of a given vector.
Public methodStatic memberConj(FloatBandMatrix) 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.
Public methodStatic memberConj(FloatComplex) Returns the conjugate of a complex number.
Public methodStatic memberConj(FloatComplexBandMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(FloatComplexCsrSparseMatrix) 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.
Public methodStatic memberConj(FloatComplexLowerTriMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(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.
Public methodStatic memberConj(FloatComplexTriDiagMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(FloatComplexUpperTriMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(FloatComplexVector) Returns a vector which contains the complex conjuates of the given vector's elements.
Public methodStatic memberConj(FloatCsrSparseMatrix) 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.
Public methodStatic memberConj(FloatHermitianBandMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(FloatHermitianMatrix) Calculates the complex conjugates of a given matrix's elements.
Public methodStatic memberConj(FloatLowerTriMatrix) 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.
Public methodStatic memberConj(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.
Public methodStatic memberConj(FloatSymBandMatrix) 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.
Public methodStatic memberConj(FloatSymmetricMatrix) 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.
Public methodStatic memberConj(FloatTriDiagMatrix) 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.
Public methodStatic memberConj(FloatUpperTriMatrix) 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.
Public methodStatic memberConj(FloatVector) Calculates the complex conjugate of a given vector.
Top
See Also