CUDA
C/C++    Fortran   

Matrix imag. More...

List of all members.

Public Member Functions

type(arrayarray_imag (A)
 Imag triangular matrix of a matrix.

Detailed Description

Matrix imag.

Parameters:
[in]A- Matrix
Returns:
B the imag marix of A
 type(array) Re, Im, Cplx, Re2, Im2
 Re = randu(10, 10)     ! Random matrix, real part
 Im = randu(10, 10)     ! Random matrix, imaginary part
 Cplx = complex(Re, Im) ! Create complex matrix
 Re2 = real(Cplx)       ! Extract real part, Same as Re
 Im2 = imag(Cplx)       ! Extract imaginary part, Same as Im

The documentation for this interface was generated from the following file: