Specifies the methods that must be implemented by a
class to support single-precision complex real LAPACK routines
for general matrices.
Namespace: Extreme.Mathematics.LinearAlgebra.Providers
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public abstract class SingleComplexLapack
|
| Visual Basic (Declaration) |
Public MustInherit Class SingleComplexLapack
|
| Visual C++ |
public ref class SingleComplexLapack abstract
|
| F# |
[<AbstractClassAttribute>]
type SingleComplexLapack = class end
|
Remarks
Inheritance Hierarchy
See Also