Click or drag to resize

NMathFunctionsImag Method

Overload List
 NameDescription
Public methodStatic memberImag(DoubleBandMatrix) Creates a new matrix with the same dimensions and bandwidths 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.
Public methodStatic memberImag(DoubleComplex) Returns the imaginary part of the complex number c.
Public methodStatic memberImag(DoubleComplexBandMatrix) Creates a new matrix with the same dimensions and bandwidths as a given matrix, whose values are the result of applying the imaginary function to each element of the matrix.
Public methodStatic memberImag(DoubleComplexLowerTriMatrix) 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.
Public methodStatic memberImag(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.
Public methodStatic memberImag(DoubleComplexTriDiagMatrix) 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.
Public methodStatic memberImag(DoubleComplexUpperTriMatrix) 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.
Public methodStatic memberImag(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.
Public methodStatic memberImag(DoubleHermitianBandMatrix) Creates a new matrix with the same dimensions and half bandwidth as a given matrix, whose values are the result of applying the imaginary function to each element of the matrix.
Public methodStatic memberImag(DoubleHermitianMatrix) Creates a new matrix made up of the imaginary parts of the given Hermitian matrix.
Public methodStatic memberImag(DoubleLowerTriMatrix) 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.
Public methodStatic memberImag(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.
Public methodStatic memberImag(DoubleSymBandMatrix) Creates a new matrix with the same dimensions and half bandwidth 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.
Public methodStatic memberImag(DoubleSymmetricMatrix) 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.
Public methodStatic memberImag(DoubleTriDiagMatrix) 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.
Public methodStatic memberImag(DoubleUpperTriMatrix) 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.
Public methodStatic memberImag(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.
Public methodStatic memberImag(FloatBandMatrix) Creates a new matrix with the same dimensions and bandwidths 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.
Public methodStatic memberImag(FloatComplex) Returns the imaginary part of the complex number c.
Public methodStatic memberImag(FloatComplexBandMatrix) Creates a new matrix with the same dimensions and bandwidths as a given matrix, whose values are the result of applying the imaginary function to each element of the matrix.
Public methodStatic memberImag(FloatComplexLowerTriMatrix) 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.
Public methodStatic memberImag(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.
Public methodStatic memberImag(FloatComplexTriDiagMatrix) 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.
Public methodStatic memberImag(FloatComplexUpperTriMatrix) 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.
Public methodStatic memberImag(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.
Public methodStatic memberImag(FloatHermitianBandMatrix) Creates a new matrix with the same dimensions and half bandwidth as a given matrix, whose values are the result of applying the imaginary function to each element of the matrix.
Public methodStatic memberImag(FloatHermitianMatrix) Creates a new matrix made up of the imaginary parts of the given Hermitian matrix.
Public methodStatic memberImag(FloatLowerTriMatrix) 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.
Public methodStatic memberImag(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.
Public methodStatic memberImag(FloatSymBandMatrix) Creates a new matrix with the same dimensions and half bandwidth 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.
Public methodStatic memberImag(FloatSymmetricMatrix) 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.
Public methodStatic memberImag(FloatTriDiagMatrix) 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.
Public methodStatic memberImag(FloatUpperTriMatrix) 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.
Public methodStatic memberImag(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.
Top
See Also