是否有与 C ++ Eigen Library 兼容的多面体(Polytope)库?我实际上正在寻找C ++ 中的多面体库,就像在SAGE of Python中一样。但是,如果它可以与Eigen库一起使用,它确实很适合我。例如,我想将class ArticlesController extends Controller
{
/** @var Schedule Instance of the Schedule class. */
private $schedule;
/**
* ArticlesController constructor.
*/
public function __construct()
{
$this->schedule = new Schedule();
}
/**
* Does the #index() method thing.
*/
public function index()
{
$this->schedule->sayHi();
}
}
传递给Polyhedron(Polytope)库的函数,类似的东西等等。