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
34
class
Matrix
;
35
class
PolynomialRing
;
36
37
template
<
typename
CoeffRing>
38
class
PointsComputation
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:
DMat
Definition
dmat.hpp:62
PointsComputation::points
static Matrix * points(const PolynomialRing *R, const typename CoeffRing::ring_type *K, const DMat< CoeffRing > *Pts, Matrix *&result_std_monoms)
Definition
points.cpp:54
PointsComputation
Definition
points.hpp:39
PolynomialRing
Abstract base for the engine's polynomial-ring hierarchy.
Definition
polyring.hpp:96
Matrix
#define Matrix
Definition
factory.cpp:14
Macaulay2
e
points.hpp
Generated on
for Macaulay2 Engine by
1.15.0