Table of Contents

Method YGroup2TransposeOdd

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YGroup2TransposeOdd(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(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

Vector512<float>

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

See Also

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

Parameters

data0 Vector512<double>

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

data1 Vector512<double>

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

Returns

Vector512<double>

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

See Also

YGroup2TransposeOdd(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(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

Vector512<sbyte>

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

See Also

YGroup2TransposeOdd(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(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

Vector512<byte>

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

See Also

YGroup2TransposeOdd(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(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

Vector512<short>

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

See Also

YGroup2TransposeOdd(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(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

Vector512<ushort>

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

See Also

YGroup2TransposeOdd(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(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

Vector512<int>

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

See Also

YGroup2TransposeOdd(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(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

Vector512<uint>

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

See Also

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

Parameters

data0 Vector512<long>

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

data1 Vector512<long>

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

Returns

Vector512<long>

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

See Also

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

Parameters

data0 Vector512<ulong>

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

data1 Vector512<ulong>

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

Returns

Vector512<ulong>

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

See Also