The BlasLevel2 type exposes the following members.
| Name | Description |
---|
 | Dgbmv |
Sum of the product of a general band matrix and vector and a scaled vector.
|
 | Dgemv |
Sum of the product of a general matrix and vector and a scaled vector.
|
 | Dger |
Performs a rank one update of a matrix.
|
 | Dsbmv |
Product of a symmetric band matrix and a vector.
|
 | Dsymv |
Product of a symmetric matrix and a vector.
|
 | Dsyr |
Performs a rank one update of a symmetric matrix.
|
 | Dsyr2 |
Performs a symmetric rank two update of a symmetric matrix.
|
 | Dtbmv |
Product of a triangular band matrix and a vector.
|
 | Dtbsv |
Solves a triangular band system of equations.
|
 | Dtrmv |
Product of a triangular matrix and a vector.
|
 | Dtrsv |
Solves a triangular system of equations.
|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Reference