Changeset 1e1990 in git for gfanlib


Ignore:
Timestamp:
Dec 9, 2022, 11:43:57 AM (16 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
c9d548b553dc5c68b96208a1a69eea9c2e5921ea
Parents:
a26d28d708999ea2f59a21ad34587f50825593e2
Message:
fixing various typos (found using egrep)
Location:
gfanlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zcone.cpp

    ra26d28 r1e1990  
    551551
    552552    /* this number is same as poly->m, except when
    553         poly is given by nonhomogeneous inequalty:
     553        poly is given by nonhomogeneous inequality:
    554554        !(poly->homogeneous) && poly->representation==Inequality,
    555555        it is poly->m+1.   See dd_ConeDataLoad.
     
    11281128      /* At this point we know lineality space, implied equations and
    11291129         also inequalities for the ray. To construct a vector on the
    1130          ray which is stable under (or indendent of) angle and
    1131          linarity preserving transformation we find the dimension 1
    1132          subspace orthorgonal to the implied equations and the
     1130         ray which is stable under (or independant of) angle and
     1131         linearity preserving transformation we find the dimension 1
     1132         subspace orthogonal to the implied equations and the
    11331133         lineality space and pick a suitable primitive generator */
    11341134
  • gfanlib/gfanlib_zcone.h

    ra26d28 r1e1990  
    126126public:
    127127   /**
    128     * Constructs a polyhedral cone with specified equations and ineqalities. They are read off as rows
    129     * of the matrices. For efficiency it is possible to specifying a PolyhedralConePreassumptions flag
     128    * Constructs a polyhedral cone with specified equations and inequalities. They are read off as rows
     129    * of the matrices. For efficiency it is possible to specify a PolyhedralConePreassumptions flag
    130130    * which tells what is known about the description already.
    131131    */
Note: See TracChangeset for help on using the changeset viewer.