Method YGroup2Transpose_ShuffleX
- Namespace
- Zyl.VectorTraits.Impl.AVector128
- Assembly
- VectorTraits.dll
YGroup2Transpose_ShuffleX(Vector128<float>, Vector128<float>, out Vector128<float>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector128<float> YGroup2Transpose_ShuffleX(Vector128<float> data0, Vector128<float> data1, out Vector128<float> rt1)
Parameters
data0
Vector128<float>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<float>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<float>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<double>, Vector128<double>, out Vector128<double>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector128<double> YGroup2Transpose_ShuffleX(Vector128<double> data0, Vector128<double> data1, out Vector128<double> rt1)
Parameters
data0
Vector128<double>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<double>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<double>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<sbyte>, Vector128<sbyte>, out Vector128<sbyte>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
[CLSCompliant(false)]
public static Vector128<sbyte> YGroup2Transpose_ShuffleX(Vector128<sbyte> data0, Vector128<sbyte> data1, out Vector128<sbyte> rt1)
Parameters
data0
Vector128<sbyte>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<sbyte>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<sbyte>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<byte>, Vector128<byte>, out Vector128<byte>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector128<byte> YGroup2Transpose_ShuffleX(Vector128<byte> data0, Vector128<byte> data1, out Vector128<byte> rt1)
Parameters
data0
Vector128<byte>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<byte>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<byte>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<short>, Vector128<short>, out Vector128<short>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector128<short> YGroup2Transpose_ShuffleX(Vector128<short> data0, Vector128<short> data1, out Vector128<short> rt1)
Parameters
data0
Vector128<short>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<short>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<short>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<ushort>, Vector128<ushort>, out Vector128<ushort>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
[CLSCompliant(false)]
public static Vector128<ushort> YGroup2Transpose_ShuffleX(Vector128<ushort> data0, Vector128<ushort> data1, out Vector128<ushort> rt1)
Parameters
data0
Vector128<ushort>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<ushort>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<ushort>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<int>, Vector128<int>, out Vector128<int>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector128<int> YGroup2Transpose_ShuffleX(Vector128<int> data0, Vector128<int> data1, out Vector128<int> rt1)
Parameters
data0
Vector128<int>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<int>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<int>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<uint>, Vector128<uint>, out Vector128<uint>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
[CLSCompliant(false)]
public static Vector128<uint> YGroup2Transpose_ShuffleX(Vector128<uint> data0, Vector128<uint> data1, out Vector128<uint> rt1)
Parameters
data0
Vector128<uint>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<uint>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<uint>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<long>, Vector128<long>, out Vector128<long>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
public static Vector128<long> YGroup2Transpose_ShuffleX(Vector128<long> data0, Vector128<long> data1, out Vector128<long> rt1)
Parameters
data0
Vector128<long>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<long>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<long>
Returns
- See Also
YGroup2Transpose_ShuffleX(Vector128<ulong>, Vector128<ulong>, out Vector128<ulong>)
Transpose a 22 matrix (对22矩阵进行转置).
Mnemonic: result0[i] := (0==(i&1))?( x[i&~1] ):( y[i&~1] )
, result1[i] := (0==(i&1))?( x[(i&~1) + 1] ):( y[(i&~1) + 1] )
.
[CLSCompliant(false)]
public static Vector128<ulong> YGroup2Transpose_ShuffleX(Vector128<ulong> data0, Vector128<ulong> data1, out Vector128<ulong> rt1)
Parameters
data0
Vector128<ulong>Part 0 of the vector data (向量数据的第0部分).
data1
Vector128<ulong>Part 1 of the vector data (向量数据的第1部分).
rt1
Vector128<ulong>
Returns
- See Also