VectorMathGamma Method |
| Name | Description | |
|---|---|---|
| Gamma(Double) |
Computes gamma function of array elements.
| |
| Gamma(Vector) |
Computes gamma function of vector elements.
| |
| Gamma(Double, Double) |
Computes gamma function of array elements.
Result will be stored in result array.
| |
| Gamma(Vector, Vector) |
Computes gamma function of vector elements.
Result will be stored in result vector.
| |
| Gamma(Double, Int32, Int32) |
Computes gamma function of Array elements.
| |
| Gamma(Double, Int32, Double, Int32, Int32) |
Computes gamma function of array elements.
Result will be stored in result array.
|