1 implementation of Fill
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
390
void ITensor.
Fill
(object value) => Fill(value is T t ? t : throw new ArgumentException($"Cannot convert {value} to {typeof(T)}"));
1 reference to Fill
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\ITensor_1.cs (1)
87
/// <inheritdoc cref="ITensor.
Fill
(object)" />