13 references to Create
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (3)
26Vector512.Create(ApplyScalar<TOperator>(doubles.GetLower()), ApplyScalar<TOperator>(doubles.GetUpper())); 97Vector512.Create(firstLower, firstUpper), 98Vector512.Create(secondLower, secondUpper)
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (9)
399return Create( 413return Create( 651return Create( 949return Create( 1584return Create( 1686return Create( 1773return Create( 1931return Create( 2225return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2952result = (TVectorDouble)(object)Vector512.Create(lower, upper);