Creates a new matrix that has the same number of rows and columns
and optionally preserves the writable structure.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual Matrix CloneShape(
CloningMethod method
)
Public Overridable Function CloneShape (
method As CloningMethod
) As Matrix
public:
virtual Matrix^ CloneShape(
CloningMethod method
)
abstract CloneShape :
method : CloningMethod -> Matrix
override CloneShape :
method : CloningMethod -> Matrix
Parameters
- method
- Type: Extreme.Mathematics.LinearAlgebraCloningMethod
A CloningMethod value that specifies
how the vector should be cloned.
Return Value
Type:
MatrixThe cloned
Vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference