class NstRatVector: public vector<int>

Rational dependence vector

Inheritance:


Public Methods

[more] NstRatVector(size_type n)
Creates a vector of size n.


Documentation

Rational dependence vector. It is a vector with integral components that is used to store a vector with (n-1) rational components. The last component is the least common multiple of the denominators, and the (n-1) first components divided by this last component give the (n-1) components of the rational vector.
o NstRatVector(size_type n)
Creates a vector of size n.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.