Method YGroup2TransposeOdd_Shift
- Namespace
- Zyl.VectorTraits.Impl.AVector
- Assembly
- VectorTraits.dll
YGroup2TransposeOdd_Shift(Vector<float>, Vector<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 Vector<float> YGroup2TransposeOdd_Shift(Vector<float> data0, Vector<float> data1)
Parameters
data0
Vector<float>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector<float>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector<sbyte>, Vector<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 Vector<sbyte> YGroup2TransposeOdd_Shift(Vector<sbyte> data0, Vector<sbyte> data1)
Parameters
data0
Vector<sbyte>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector<sbyte>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector<byte>, Vector<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 Vector<byte> YGroup2TransposeOdd_Shift(Vector<byte> data0, Vector<byte> data1)
Parameters
data0
Vector<byte>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector<byte>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector<short>, Vector<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 Vector<short> YGroup2TransposeOdd_Shift(Vector<short> data0, Vector<short> data1)
Parameters
data0
Vector<short>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector<short>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector<ushort>, Vector<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 Vector<ushort> YGroup2TransposeOdd_Shift(Vector<ushort> data0, Vector<ushort> data1)
Parameters
data0
Vector<ushort>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector<ushort>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector<int>, Vector<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 Vector<int> YGroup2TransposeOdd_Shift(Vector<int> data0, Vector<int> data1)
Parameters
data0
Vector<int>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector<int>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also
YGroup2TransposeOdd_Shift(Vector<uint>, Vector<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 Vector<uint> YGroup2TransposeOdd_Shift(Vector<uint> data0, Vector<uint> data1)
Parameters
data0
Vector<uint>A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).
data1
Vector<uint>A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).
Returns
- See Also