Overload List

  NameDescription
Pow(DoubleComplex, DoubleComplex)
Calculates the result of raising a complex number to a complex power.
Pow(DoubleComplex, Double)
Calculates the result of raising a complex number to a real power.
Pow(DoubleComplex, Int32)
Calculates the result of raising a complex number to an integer power.
Pow(DoubleComplexMatrix, DoubleComplex)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Pow(DoubleComplexMatrix, Int32)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Pow(DoubleComplexVector, Double)
Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Pow(DoubleComplexVector, Int32)
Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Pow(DoubleMatrix, Double)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix with the given exponent.
Pow(DoubleVector, Double)
Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the specified exponent.
Pow(FloatComplex, FloatComplex)
Calculates the result of raising a complex number to a complex power.
Pow(FloatComplex, Int32)
Calculates the result of raising a complex number to an integer power.
Pow(FloatComplex, Single)
Calculates the result of raising a complex number to a real power.
Pow(FloatComplexMatrix, FloatComplex)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Pow(FloatComplexMatrix, Int32)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Pow(FloatComplexVector, Int32)
Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Pow(FloatComplexVector, Single)
Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Pow(FloatMatrix, Single)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix with the given exponent.
Pow(FloatVector, Single)
Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the given vector.
Pow(OneVariableFunction, Double)
Raises the function to the sth power.
Pow(Double, DoubleComplex)
Calculates the result of raising a real number to a complex power.
Pow(Double, Double)
Calculates the result of raising a double-precision floating point number to a double-precision floating point power.
Pow(Single, FloatComplex)
Calculates the result of raising a real number to a complex power.
Pow(Single, Single)
Calculates the result of raising a floating point number to a floating point power.

See Also