Click or drag to resize

NMathFunctionsReal Method

Overload List
 NameDescription
Public methodStatic memberReal(DoubleBandMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(DoubleComplex) Returns the real part of the complex number c.
Public methodStatic memberReal(DoubleComplexBandMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(DoubleComplexLowerTriMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(DoubleComplexMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(DoubleComplexTriDiagMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(DoubleComplexUpperTriMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(DoubleComplexVector) Returns the real part of the given vector's elements.
Public methodStatic memberReal(DoubleHermitianBandMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(DoubleHermitianMatrix) Creates a new symmetric matrix made up of the real parts of the given Hermitian matrix.
Public methodStatic memberReal(DoubleLowerTriMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(DoubleMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(DoubleSymBandMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(DoubleSymmetricMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(DoubleTriDiagMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(DoubleUpperTriMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(DoubleVector) Returns the real part of the given vector.
Public methodStatic memberReal(FloatBandMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(FloatComplex) Returns the real part of the complex number c.
Public methodStatic memberReal(FloatComplexBandMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(FloatComplexLowerTriMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(FloatComplexMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(FloatComplexTriDiagMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(FloatComplexUpperTriMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(FloatComplexVector) Returns the real part of the given vector's elements.
Public methodStatic memberReal(FloatHermitianBandMatrix) Calculates the real parts of a given matrix's elements.
Public methodStatic memberReal(FloatHermitianMatrix) Creates a new symmetric matrix made up of the real parts of the given Hermitian matrix.
Public methodStatic memberReal(FloatLowerTriMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(FloatMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(FloatSymBandMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(FloatSymmetricMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(FloatTriDiagMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(FloatUpperTriMatrix) Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.
Public methodStatic memberReal(FloatVector) Returns the real part of the given vector.
Top
See Also