Specifies the methods that must be implemented by a
class to support level 1 BLAS.
SystemObject Extreme.Mathematics.LinearAlgebra.ProvidersSingleBlasLevel1 Extreme.Mathematics.LinearAlgebra.ProvidersSingleManagedBlasLevel1
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 SingleBlasLevel1 : IBlasLevel1<float>
Public MustInherit Class SingleBlasLevel1
Implements IBlasLevel1(Of Single)
public ref class SingleBlasLevel1 abstract : IBlasLevel1<float>
[<AbstractClassAttribute>]
type SingleBlasLevel1 =
class
interface IBlasLevel1<float32>
end
The SingleBlasLevel1 type exposes the following members.
| Name | Description |
---|
 | SingleBlasLevel1 | Initializes a new instance of the SingleBlasLevel1 class |
Top
| Name | Description |
---|
 | 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.) |
 | Isamax |
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.) |
 | Sasum |
Returns the sum of the absolute values of
the elements of a vector.
|
 | Saxpy |
Evaluates a vector plus the product of a scalar and a vector
|
 | Scopy |
Copies a vector.
|
 | Sdot |
Returns the inner product of two vectors.
|
 | Snrm2 |
Returns the square root of sum of the squares of
the elements of a vector.
|
 | Srot |
Applies a Givens plane rotation.
|
 | Srotg |
Generates the elements for a Givens plane rotation.
|
 | Srotm |
Applies a modified Givens rotation.
|
 | Srotmg |
Applies a modified Givens rotation.
|
 | Sscal |
Evaluates the product of a scalar and a vector.
|
 | Sswap |
Exchanges the elements of two vectors.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Numerical Libraries
Supported in: 5.x, 4.x
Reference