13 references to Create
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (3)
23Vector256.Create(ApplyScalar<TOperator>(doubles.GetLower()), ApplyScalar<TOperator>(doubles.GetUpper())); 85Vector256.Create(firstLower, firstUpper), 86Vector256.Create(secondLower, secondUpper)
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (9)
432return Create( 465return Create( 740return Create( 1009return Create( 1544return Create( 1645return Create( 1739return Create( 1897return Create( 2198return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2934result = (TVectorDouble)(object)Vector256.Create(lower, upper);