28#include "intvector.hpp"
30#include "intvector.inl"
46std::ostream& operator<< ( std::ostream& os,
intvector& v )
48 int i, newline = (
Ub(v)-
Lb(v) > 15);
50 for (i =
Lb(v); i <=
Ub(v); i++) {
52 if (newline) os << std::endl;
54 if (!newline) os << std::endl;
The namespace cxsc, providing all functionality of the class library C-XSC.
int Ub(const cimatrix &rm, const int &i) noexcept
Returns the upper bound index.
void DoubleSize(cimatrix &A)
Doubles the size of the matrix.
ivector abs(const cimatrix_subv &mv) noexcept
Returns the absolute value of the matrix.
void Resize(cimatrix &A) noexcept
Resizes the matrix.
int Lb(const cimatrix &rm, const int &i) noexcept
Returns the lower bound index.