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