Matrix<T>.Protect In Place Method
Protects the matrix from changes.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A reference to this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> ProtectInPlace(
ArrayMutability mutability = ArrayMutability.Immutable
)
Parameters
- mutability ArrayMutability (Optional)
Return Value
Matrix<T>A reference to this instance.
Remarks
If the matrix is read-only, this method has no effect.