Changeset c9d548b in git for gfanlib


Ignore:
Timestamp:
Dec 9, 2022, 1:01:19 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
44055a94f6d8b8d329580cace75146043d52aea1
Parents:
a26d28d708999ea2f59a21ad34587f50825593e21e199020cd0e7050b294da983d84afc703f80f8e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-12-09 13:01:19+01:00
git-committer:
GitHub <noreply@github.com>2022-12-09 13:01:19+01:00
Message:
Merge pull request #1165 from fchapoton/various_typos_fixed

fixing various typos (found using egrep)
Location:
gfanlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zcone.cpp

    ra26d28 rc9d548b  
    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 rc9d548b  
    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.