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