Creates a new matrix that has the same number of rows and columns
and optionally preserves the writable structure.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 5.x
Reference