The BlasLevel1 type exposes the following members.
Constructors
Methods
|
|
Name |
Description |
|
Dasum
|
Returns the sum of the absolute values of
the elements of a vector.
|
|
Daxpy
|
Evaluates a vector plus the product of a scalar and a vector
|
|
Dcopy
|
Copies a vector.
|
|
Ddot
|
Returns the inner product of two vectors.
|
|
Dnrm2
|
Returns the square root of sum of the squares of
the elements of a vector.
|
|
Drot
|
Applies a Givens plane rotation.
|
|
Drotg
|
Generates the elements for a Givens plane rotation.
|
|
Drotm
|
Applies a modified Givens rotation.
|
|
Drotmg
|
Applies a modified Givens rotation.
|
|
Dscal
|
Evaluates the product of a scalar and a vector.
|
|
Dswap
|
Exchanges the elements of two vectors.
|
|
Equals
|
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize
|
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString
|
(Inherited from Object.) |
See Also