  | NMathFunctionsAbs(DoubleComplexLowerTriMatrix) Method | 
            Creates a new matrix with the same dimensions as a given matrix, whose values
            are the result of applying the absolute value function to each element
            of the matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleLowerTriMatrix Abs(
	DoubleComplexLowerTriMatrix A
)
Public Shared Function Abs ( 
	A As DoubleComplexLowerTriMatrix
) As DoubleLowerTriMatrix
public:
static DoubleLowerTriMatrix^ Abs(
	DoubleComplexLowerTriMatrix^ A
)
static member Abs : 
        A : DoubleComplexLowerTriMatrix -> DoubleLowerTriMatrix Parameters
- A  DoubleComplexLowerTriMatrix
 - A matrix.
 
Return Value
DoubleLowerTriMatrixA new matrix.
See Also