⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pelpred.h

📁 Gambit 是一个游戏库理论软件
💻 H
字号:
/* *****************************************************************   This file, and all other pel*.h and pel*.cc files in the Gambitsource code, are derived from the source code for Pelican, animplementation of the Huber-Sturmfels algorithm for solving sparsesystems of polynomials written by Birk Huber.  That code in turnincorporated the source code for HOMPACK and Qhull, which are includedhere after being modified in the construction of both Pelican andGambit.  We are grateful to the authors of Pelican, Qhull, andHOMPACK, for code that has been enormously useful in Gambit.    More information about Qhull can be obtained from:http://www.geom.edu/software/qhull/    For more information concerning HOMPACK see:http://netlib2.cs.utk.edu/hompack/***************************************************************** *//***    copyright (c) 1995  Birk Huber*/#include "pelgmatr.h"int Can_Be_Poly(Gen_node g);int Can_Be_Cpx(Gen_node g);int Can_Be_Dbl(Gen_node g);int Can_Be_Int(Gen_node g);int Can_Be_Aset(Gen_node g);int Can_Be_Vector(Gen_node g, int Tp);int Can_Be_Matrix(Gen_node g, int Tp);int Can_Be_List(Gen_node g);int Common_Type(int,int);int Is_Numeric(int t);int Can_Be_Number(Gen_node g, int t);int Gen_Can_Be_Aset(Gen_node g,int *r, int *d);int Can_Be_List_Of(Gen_node ptr, int (*pred)(Gen_node));int Can_Be_Xpnt(Gen_node ptr);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -