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