gpt4 book ai didi

ubuntu - 在 Ubuntu 16.04 上安装 ginac - 没有这样的文件或目录

转载 作者:行者123 更新时间:2023-12-04 19:15:15 26 4
gpt4 key购买 nike

我正在尝试在 Ubuntu 16.04 上安装 ginac
我已经从源代码安装了 ginac-tools。
但是,当我将网站上给出的示例复制到我的代码中时,它说:找不到这样的文件或目录(在#include ginac 行中)。

    #include <iostream>
#include <ginac/ginac.h>
using namespace std;
using namespace GiNaC;

int main()
{
symbol x("x"), y("y");
ex poly;

for (int i=0; i<3; ++i)
poly += factorial(i+16)*pow(x,i)*pow(y,2-i);

cout << poly << endl;
return 0;
}

我也尝试搜索 ginac.h,但在我的系统上找不到它。
我怎样才能解决这个问题?

编辑:我也必须安装 libginac-dev。

最佳答案

我也必须安装 libginac-dev。

关于ubuntu - 在 Ubuntu 16.04 上安装 ginac - 没有这样的文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40792177/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com