Overload List

  NameDescription
Conj(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.
Conj(DoubleComplexBandMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(DoubleComplexLowerTriMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(DoubleComplexTriDiagMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(DoubleComplexUpperTriMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(DoubleHermitianBandMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(DoubleHermitianMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(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.
Conj(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.
Conj(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.
Conj(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.
Conj(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.
Conj(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.
Conj(FloatComplexBandMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(FloatComplexLowerTriMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(FloatComplexTriDiagMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(FloatComplexUpperTriMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(FloatHermitianBandMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(FloatHermitianMatrix)
Calculates the complex conjugates of a given matrix's elements.
Conj(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.
Conj(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.
Conj(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.
Conj(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.
Conj(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.

See Also