現在、マルチスレッドの行列乗算のためのpthreads.hでC++プログラムを作成しようとしています。 私は void *multiply(int x, int y)
{
int oldprod = 0, prod = 0, sum = 0;
cout << "multiply";
for(int i = 0; i < rsize2; i++)//For each
Matlabにサイズnの2ストライド置換行列を作成する痛みのない方法はありますか? nの L*x = [x(1), x(3), ..., x(n-1), x(2),x(4), ..., x(n)] % when n is even
L*x = [x(1), x(3), ..., x(n), x(2), x(4), ..., x(n-1)] % when n is odd
例えば= 4: は