| Name | Description |
---|
  | Real(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.
|
  | Real(DoubleComplex) |
Returns the real part of the complex number c.
|
  | Real(DoubleComplexBandMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(DoubleComplexLowerTriMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(DoubleComplexMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(DoubleComplexTriDiagMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(DoubleComplexUpperTriMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(DoubleComplexVector) |
Returns the real part of the given vector's elements.
|
  | Real(DoubleHermitianBandMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(DoubleHermitianMatrix) |
Creates a new symmetric matrix made up of the real parts of the given Hermitian matrix.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(DoubleVector) |
Returns the real part of the given vector.
|
  | Real(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.
|
  | Real(FloatComplex) |
Returns the real part of the complex number c.
|
  | Real(FloatComplexBandMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(FloatComplexLowerTriMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(FloatComplexMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(FloatComplexTriDiagMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(FloatComplexUpperTriMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(FloatComplexVector) |
Returns the real part of the given vector's elements.
|
  | Real(FloatHermitianBandMatrix) |
Calculates the real parts of a given matrix's elements.
|
  | Real(FloatHermitianMatrix) |
Creates a new symmetric matrix made up of the real parts of the given Hermitian matrix.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(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.
|
  | Real(FloatVector) |
Returns the real part of the given vector.
|