Specifies the methods that must be implemented by a
class to support T-precision real LAPACK routines
for general matrices.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra.Providers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public interface ILapack<T>
|
| Visual Basic (Declaration) |
Public Interface ILapack(Of T)
|
| Visual C++ |
generic<typename T>
public interface class ILapack
|
| F# |
type ILapack<'T> = interface end
|
Type Parameters
Remarks
See Also