Contains the default implementation for the
BLAS for T-precision real numbers.
Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
| Name | Description |
---|
 | Abs |
Computes the absolute value of each element of an array.
|
 | Acos |
Computes the inverse cosine of each element of an array.
|
 | Acosh |
Computes the inverse hyperbolic cosine of each element of an array.
|
 | Add |
Adds a value to each element of an array.
|
 | Asin |
Computes the inverse sine of each element of an array.
|
 | Asinh |
Computes the inverse hyperbolic sine of each element of an array.
|
 | Atan |
Computes the inverse tangent of each element of an array.
|
 | Atan2 |
Computes the four-quadrant inverse tangent of each pair of corresponding elements of two arrays.
|
 | Atanh |
Computes the inverse hyperbolic tangent of each element of an array.
|
 | Ceiling |
Computes the smallest integer greather than or equal to each element of an array.
|
 | Cos |
Computes the cosine of each element of an array.
|
 | Cosh |
Computes the hyperbolic cosine of each element of an array.
|
 | Divide(Int32, ArraySliceT, ArraySliceT, ArraySliceT) |
Divides each element of an array by the corresponding element in another array.
|
 | Divide(Int32, T, ArraySliceT, ArraySliceT) |
Divides a number by each element of an array.
|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Exp |
Computes the exponential of each element of an array.
|
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | Floor |
Computes the largest integer less than or equal to each element of an array.
|
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Hypot |
Computes the square root of the sum of the squared corresponding elements
of two matrices.
|
 | Log |
Computes the natural logarithm of each element of an array.
|
 | Max(Int32, ArraySliceT) |
Computes the maximum of all elements in the array.
|
 | Max(Int32, ArraySliceT, T, ArraySliceT) |
Computes the maximum of a number and each element of an array.
|
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Min(Int32, ArraySliceT) |
Computes the minimum of all elements in the array.
|
 | Min(Int32, ArraySliceT, T, ArraySliceT) |
Computes the minimum of a number and each element of an array.
|
 | Multiply |
Multiplies each element of an array by the corresponding element in another array.
|
 | Pow(Int32, ArraySliceT, Int32, ArraySliceT) |
Raises each element in an array to the specified power.
|
 | Pow(Int32, ArraySliceT, T, ArraySliceT) |
Raises each element in an array to the specified power.
|
 | SetValue |
Sets all elements in the array to the specified value.
|
 | Sin |
Computes the sine of each element of an array.
|
 | Sinh |
Computes the hyperbolic sine of each element of an array.
|
 | Sqrt |
Computes the square root of each element of an array.
|
 | SubtractFrom |
Subtracts each element of an array from a value.
|
 | Sum |
Computes the sum of all elements in the array.
|
 | Tan |
Computes the tangent of each element of an array.
|
 | Tanh |
Computes the hyperbolic tangent of each element of an array.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |