DenseMatrix<T>.TryEnsureWritable Method

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0

Overload List

TryEnsureWritable() Ensures that the element at the specified index in the vector can be written to.
TryEnsureWritable(Int32, Int32) Ensures that the element at the specified index in the vector can be written to.
TryEnsureWritable(Int32, Int32, Int32, Int32) Ensures that the element at the specified index in the vector can be written to.

TryEnsureWritable

Ensures that the element at the specified index in the vector can be written to.
C#
public override bool TryEnsureWritable()

Return Value

Boolean

See Also