3 references to ApplyScalar
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (1)
95return ApplyScalar<CosPiOperator<float>>(x.AsSingle()).As<float, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (1)
95return ApplyScalar<SinPiOperator<float>>(x.AsSingle()).As<float, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
196return ApplyScalar<TanOperatorSingle>(x);