Macaulay2 Engine
Loading...
Searching...
No Matches
points.hpp
Go to the documentation of this file.
1#warning \
2 "Remove points.hpp, points.cpp once this branch is merged into the trunk"
3
4// Copyright 2005 Michael E. Stillman
5
6#ifndef _points_hpp_
7#define _points_hpp_
8
33
34class Matrix;
35class PolynomialRing;
36
37template <typename CoeffRing>
39{
40 public:
41 static Matrix *points(const PolynomialRing *R,
42 const typename CoeffRing::ring_type *K,
43 const DMat<CoeffRing> *Pts,
44 Matrix *&result_std_monoms);
45};
46
47#endif
48
49// Local Variables:
50// compile-command: "make -C $M2BUILDDIR/Macaulay2/e "
51// indent-tabs-mode: nil
52// End:
Definition dmat.hpp:62
static Matrix * points(const PolynomialRing *R, const typename CoeffRing::ring_type *K, const DMat< CoeffRing > *Pts, Matrix *&result_std_monoms)
Definition points.cpp:54
Abstract base for the engine's polynomial-ring hierarchy.
Definition polyring.hpp:96
#define Matrix
Definition factory.cpp:14