Represents the methods available for matrices that can be resized.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public interface ISingleResizableMatrix
|
| Visual Basic (Declaration) |
Public Interface ISingleResizableMatrix
|
| Visual C++ |
public interface class ISingleResizableMatrix
|
| F# |
type ISingleResizableMatrix = interface end
|
See Also