Creates a new matrix that has the same number of rows and columns
and optionally preserves the writable structure.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Matrix<T> CloneShape(
CloningMethod method
)
Public Overridable Function CloneShape (
method As CloningMethod
) As Matrix(Of T)
public:
virtual Matrix<T>^ CloneShape(
CloningMethod method
)
abstract CloneShape :
method : CloningMethod -> Matrix<'T>
override CloneShape :
method : CloningMethod -> Matrix<'T>
Parameters
- method
- Type: Extreme.Mathematics.LinearAlgebraCloningMethod
A CloningMethod value that specifies
how the vector should be cloned.
Return Value
Type:
MatrixTThe cloned
VectorT.
Reference