Overload List

  NameDescription
Sqrt(DoubleComplex)
Calculates the principal value of the square root of a complex number.
Sqrt(DoubleComplexMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Sqrt(DoubleComplexVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the vector.
Sqrt(DoubleMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Sqrt(DoubleVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the vector.
Sqrt(FloatComplex)
Calculates the principal value of the square root of a complex number.
Sqrt(FloatComplexMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Sqrt(FloatComplexVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the vector.
Sqrt(FloatMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Sqrt(FloatVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the given vector.
Sqrt(Double)
Calculates the principal value of the square root of a double-precision floating point number.
Sqrt(Single)
Calculates the principal value of the square root of a floating point number.

See Also