Implemented interface member:
method
Fill
System.Numerics.Tensors.ITensor<TSelf, T>.Fill(T)
1 reference to Fill
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor.cs (1)
588
public void Fill(object value) =>
Fill
(value is T t ? t : throw new ArgumentException($"Cannot convert {value} to {typeof(T)}"));