Table of Contents

Method YGroup2TransposeOdd

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YGroup2TransposeOdd(Vector256<float>, Vector256<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 Vector256<float> YGroup2TransposeOdd(Vector256<float> data0, Vector256<float> data1)

Parameters

data0 Vector256<float>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<float>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<float>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<double>, Vector256<double>)

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 Vector256<double> YGroup2TransposeOdd(Vector256<double> data0, Vector256<double> data1)

Parameters

data0 Vector256<double>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<double>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<double>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<sbyte>, Vector256<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 Vector256<sbyte> YGroup2TransposeOdd(Vector256<sbyte> data0, Vector256<sbyte> data1)

Parameters

data0 Vector256<sbyte>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<sbyte>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<sbyte>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<byte>, Vector256<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 Vector256<byte> YGroup2TransposeOdd(Vector256<byte> data0, Vector256<byte> data1)

Parameters

data0 Vector256<byte>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<byte>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<byte>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<short>, Vector256<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 Vector256<short> YGroup2TransposeOdd(Vector256<short> data0, Vector256<short> data1)

Parameters

data0 Vector256<short>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<short>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<short>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<ushort>, Vector256<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 Vector256<ushort> YGroup2TransposeOdd(Vector256<ushort> data0, Vector256<ushort> data1)

Parameters

data0 Vector256<ushort>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<ushort>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<ushort>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<int>, Vector256<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 Vector256<int> YGroup2TransposeOdd(Vector256<int> data0, Vector256<int> data1)

Parameters

data0 Vector256<int>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<int>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<int>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<uint>, Vector256<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 Vector256<uint> YGroup2TransposeOdd(Vector256<uint> data0, Vector256<uint> data1)

Parameters

data0 Vector256<uint>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<uint>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<uint>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<long>, Vector256<long>)

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 Vector256<long> YGroup2TransposeOdd(Vector256<long> data0, Vector256<long> data1)

Parameters

data0 Vector256<long>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<long>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<long>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also

YGroup2TransposeOdd(Vector256<ulong>, Vector256<ulong>)

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 Vector256<ulong> YGroup2TransposeOdd(Vector256<ulong> data0, Vector256<ulong> data1)

Parameters

data0 Vector256<ulong>

A vector made of 2-element groups - Part 0 (由2元素组所组成的向量 - 第0部分).

data1 Vector256<ulong>

A vector made of 2-element groups - Part 1 (由2元素组所组成的向量 - 第1部分).

Returns

Vector256<ulong>

Returns part 1 of the transposed data (返回转置后数据的第1部分).

See Also