  | NMathFunctionsReal(DoubleLowerTriMatrix) Method | 
            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.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleLowerTriMatrix Real(
	DoubleLowerTriMatrix A
)
Public Shared Function Real ( 
	A As DoubleLowerTriMatrix
) As DoubleLowerTriMatrix
public:
static DoubleLowerTriMatrix^ Real(
	DoubleLowerTriMatrix^ A
)
static member Real : 
        A : DoubleLowerTriMatrix -> DoubleLowerTriMatrix Parameters
- A  DoubleLowerTriMatrix
 - A matrix.
 
Return Value
DoubleLowerTriMatrixThe given matrix.
See Also