5 references to ApplyScalar
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (1)
80return ApplyScalar<CosPiOperator<double>>(x.AsDouble()).As<double, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (2)
26Vector512.Create(ApplyScalar<TOperator>(doubles.GetLower()), ApplyScalar<TOperator>(doubles.GetUpper()));
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (1)
80return ApplyScalar<SinPiOperator<double>>(x.AsDouble()).As<double, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
306return ApplyScalar<TanOperatorDouble>(x);