5 references to ApplyScalar
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (1)
49return ApplyScalar<CosPiOperator<float>>(x.AsSingle()).As<float, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (2)
14Vector256.Create(ApplyScalar<TOperator>(floats.GetLower()), ApplyScalar<TOperator>(floats.GetUpper()));
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (1)
49return ApplyScalar<SinPiOperator<float>>(x.AsSingle()).As<float, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
126return ApplyScalar<TanOperatorSingle>(x);