Specifies the methods that must be implemented by a
class to support double-precision real LAPACK routines
for general matrices.
Namespace: Extreme.Mathematics.LinearAlgebra.Providers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public MustInherit Class Lapack _
Implements ILapack(Of Double)
|
| F# |
[<AbstractClassAttribute>]
type Lapack =
class
interface ILapack<float>
end
|
Remarks
Inheritance Hierarchy
See Also