Пример #1
0
	lapack_from_std_out_and_unroll(ct* dst, ct* w, size_t rows, size_t cols)
		: dst(dst), w_ptr(w), a(rows, cols)
	{
		ptr = a.c_ptr();
	}