Matrix<T>.ProtectInPlace Method

Protects the matrix from changes.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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.

See Also