2 implementations of IsReadOnly
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
337
bool ITensor.
IsReadOnly
=> false;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
423
bool ITensor.
IsReadOnly
=> false;