Specifies the methods that must be implemented by a
class to support level 3 BLAS routines.
SystemObject Extreme.Mathematics.LinearAlgebra.ProvidersBlasLevel3 Extreme.Mathematics.LinearAlgebra.ProvidersManagedBlasLevel3
Namespace: Extreme.Mathematics.LinearAlgebra.ProvidersAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public abstract class BlasLevel3 : IBlasLevel3<double>
Public MustInherit Class BlasLevel3
Implements IBlasLevel3(Of Double)
public ref class BlasLevel3 abstract : IBlasLevel3<double>
[<AbstractClassAttribute>]
type BlasLevel3 =
class
interface IBlasLevel3<float>
end
The BlasLevel3 type exposes the following members.
| Name | Description |
---|
 | BlasLevel3 | Initializes a new instance of the BlasLevel3 class |
Top
| Name | Description |
---|
 | Dgemm |
Sum of the product of two general matrices and a scaled matrix.
|
 | Dsymm |
Sum of the product of a symmetric and a general matrix and a scaled matrix.
|
 | Dsyr2k |
Performs a rank k update of a symmetric matrix.
|
 | Dsyrk |
Performs a rank k update of a symmetric matrix.
|
 | Dtrmm |
Product of a triangular and a general matrix.
|
 | Dtrsm |
Solution of a triangular linear system with
multiple right-hand sides.
|
 | 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
Numerical Libraries
Supported in: 5.x, 4.x
Reference