在 c++ 中使用指向无符号长整型的指针而不是 long long 整型
我想将类型为 unsigned int * (也定义为 std::size_t )的指针传递给 MKL 函数,该函数期望它是 long long * ,尽管两者都是 64 位整数,但我收到类型不兼容错误。我在 64 位整数模式下使用 MKL。有什么帮助吗? 谢谢
I want to pass a pointer of type unsigned integer * (also defined as std::size_t) to MKL function which expects it to be long long * , although both are 64 bit integers, I get type incompatibility errors. I use MKL in the 64-bit integer mode. Any help ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)