| Name | Description |
---|
 | Dasum |
Returns the sum of the absolute values of
the elements of a vector.
(Overrides BlasLevel1Dasum(Int32, Double, Int32, Int32).) |
 | Daxpy |
Evaluates a vector plus the product of a scalar and a vector
(Overrides BlasLevel1Daxpy(Int32, Double, Double, Int32, Int32, Double, Int32, Int32).) |
 | Dcopy |
Copies a vector.
(Overrides BlasLevel1Dcopy(Int32, Double, Int32, Int32, Double, Int32, Int32).) |
 | Ddot |
Returns the inner product of two vectors.
(Overrides BlasLevel1Ddot(Int32, Double, Int32, Int32, Double, Int32, Int32).) |
 | Dnrm2 |
Returns the square root of sum of the squares of
the elements of a vector.
(Overrides BlasLevel1Dnrm2(Int32, Double, Int32, Int32).) |
 | Drot |
Applies a Givens plane rotation.
(Overrides BlasLevel1Drot(Int32, Double, Int32, Int32, Double, Int32, Int32, Double, Double).) |
 | Drotg |
Generates the elements for a Givens plane rotation.
(Overrides BlasLevel1Drotg(Double, Double, Double, Double).) |
 | Drotm |
Applies a modified Givens rotation.
(Overrides BlasLevel1Drotm(Int32, Double, Int32, Int32, Double, Int32, Int32, Double).) |
 | Drotmg |
Applies a modified Givens rotation.
(Overrides BlasLevel1Drotmg(Double, Double, Double, Double, Double).) |
 | Dscal |
Evaluates the product of a scalar and a vector.
(Overrides BlasLevel1Dscal(Int32, Double, Double, Int32, Int32).) |
 | Dswap |
Exchanges the elements of two vectors.
(Overrides BlasLevel1Dswap(Int32, Double, Int32, Int32, Double, Int32, Int32).) |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Idamax |
Returns the index of the element of a vector with
maximum absolute value.
(Overrides BlasLevel1Idamax(Int32, Double, Int32, Int32).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |