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