Overload List
| Name | Description | |
|---|---|---|
| Imag(DoubleComplex) |
Returns the imaginary part of the complex number c.
| |
| Imag(DoubleComplexMatrix) |
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.
| |
| Imag(DoubleComplexVector) |
Creates a new vector with the same dimension as a given vector, whose values
are the result of applying the imaginary function to each element of
the vector.
| |
| Imag(DoubleMatrix) |
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. In this case, the returned matrix is made up of zeros since there's
no imaginary part.
| |
| Imag(DoubleVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the imaginary function to each element of the vector. In
this case, the vector will be made up of zeros since there's no
imaginary part.
| |
| Imag(FloatComplex) |
Returns the imaginary part of the complex number c.
| |
| Imag(FloatComplexMatrix) |
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.
| |
| Imag(FloatComplexVector) |
Creates a new vector with the same dimension as a given vector, whose values
are the result of applying the imaginary function to each element of
the.
| |
| Imag(FloatMatrix) |
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. In this case, the returned matrix is made up of zeros since there's
no imaginary part.
| |
| Imag(FloatVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the imaginary function to each element of
the given vector. In this case, the vector will be made up of zeros, since
there's no imaginary part.
|