Method YGroup2TransposeOdd_Shift
- Namespace
- Zyl.VectorTraits.Impl.AVector512
- Assembly
- VectorTraits.dll
YGroup2TransposeOdd_Shift(Vector512<float>, Vector512<float>)
Transpose a 22 matrix and return a data in odd positions (对22矩阵进行转置, 并返回奇数位置的数据).
Mnemonic: rt[i] =: (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector512<float> YGroup2TransposeOdd_Shift(Vector512<float> data0, Vector512<float> data1)
Parameters
data0
Vector512<float>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector512<float>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector512<sbyte>, Vector512<sbyte>)
Transpose a 22 matrix and return a data in odd positions (对22矩阵进行转置, 并返回奇数位置的数据).
Mnemonic: rt[i] =: (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
[CLSCompliant(false)]
public static Vector512<sbyte> YGroup2TransposeOdd_Shift(Vector512<sbyte> data0, Vector512<sbyte> data1)
Parameters
data0
Vector512<sbyte>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector512<sbyte>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector512<byte>, Vector512<byte>)
Transpose a 22 matrix and return a data in odd positions (对22矩阵进行转置, 并返回奇数位置的数据).
Mnemonic: rt[i] =: (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector512<byte> YGroup2TransposeOdd_Shift(Vector512<byte> data0, Vector512<byte> data1)
Parameters
data0
Vector512<byte>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector512<byte>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector512<short>, Vector512<short>)
Transpose a 22 matrix and return a data in odd positions (对22矩阵进行转置, 并返回奇数位置的数据).
Mnemonic: rt[i] =: (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector512<short> YGroup2TransposeOdd_Shift(Vector512<short> data0, Vector512<short> data1)
Parameters
data0
Vector512<short>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector512<short>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector512<ushort>, Vector512<ushort>)
Transpose a 22 matrix and return a data in odd positions (对22矩阵进行转置, 并返回奇数位置的数据).
Mnemonic: rt[i] =: (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
[CLSCompliant(false)]
public static Vector512<ushort> YGroup2TransposeOdd_Shift(Vector512<ushort> data0, Vector512<ushort> data1)
Parameters
data0
Vector512<ushort>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector512<ushort>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector512<int>, Vector512<int>)
Transpose a 22 matrix and return a data in odd positions (对22矩阵进行转置, 并返回奇数位置的数据).
Mnemonic: rt[i] =: (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector512<int> YGroup2TransposeOdd_Shift(Vector512<int> data0, Vector512<int> data1)
Parameters
data0
Vector512<int>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector512<int>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector512<uint>, Vector512<uint>)
Transpose a 22 matrix and return a data in odd positions (对22矩阵进行转置, 并返回奇数位置的数据).
Mnemonic: rt[i] =: (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
[CLSCompliant(false)]
public static Vector512<uint> YGroup2TransposeOdd_Shift(Vector512<uint> data0, Vector512<uint> data1)
Parameters
data0
Vector512<uint>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector512<uint>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also