|
template Vector< int, 0 > | capd::vectalg::abs< int, 0 > (const Vector< int, 0 > &v) |
|
template Vector< int, 0 > | capd::vectalg::operator-<int, 0 > (const Vector< int, 0 > &v) |
|
template Vector< int, 0 > | capd::vectalg::operator+<int, 0 > (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2) |
|
template Vector< int, 0 > | capd::vectalg::operator-<int, 0 > (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2) |
|
template int | capd::vectalg::operator*<int, 0 > (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2) |
|
template Vector< int, 0 > | capd::vectalg::operator*<int, int, 0 > (const Vector< int, 0 > &v, const int &s) |
|
template Vector< int, 0 > | capd::vectalg::operator*<int, int, 0 > (const int &s, const Vector< int, 0 > &v) |
|
template Vector< int, 0 > | capd::vectalg::operator/<int, int, 0 > (const Vector< int, 0 > &v, const int &s) |
|
template Vector< int, 0 > | capd::vectalg::operator*<int, long, 0 > (const Vector< int, 0 > &v, const long &s) |
|
template Vector< int, 0 > | capd::vectalg::operator*<int, long, 0 > (const long &s, const Vector< int, 0 > &v) |
|
template Vector< int, 0 > | capd::vectalg::operator/<int, long, 0 > (const Vector< int, 0 > &v, const long &s) |
|
template Vector< int, 0 > | capd::vectalg::operator+<int, 0 > (const Vector< int, 0 > &v, const int &s) |
|
template Vector< int, 0 > | capd::vectalg::operator-<int, 0 > (const Vector< int, 0 > &v, const int &s) |
|
template bool | capd::vectalg::operator<<int, 0 > (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2) |
|
template bool | capd::vectalg::operator><int, 0 > (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2) |
|
template bool | capd::vectalg::operator<=< int, 0 > (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2) |
|
template bool | capd::vectalg::operator>=< int, 0 > (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2) |
|
template std::ostream & | capd::vectalg::operator<<< int, 0 > (std::ostream &out, const Vector< int, 0 > &v) |
|
template std::istream & | capd::vectalg::operator>>< int, 0 > (std::istream &inp, Vector< int, 0 > &v) |
|
template void | capd::vectalg::subtractObjects (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2, Vector< int, 0 > &result) |
|
template void | capd::vectalg::addObjects (const Vector< int, 0 > &v1, const Vector< int, 0 > &v2, Vector< int, 0 > &result) |
|
template std::string | capd::vectalg::cppReprezentation (Vector< int, 0 > const &, std::string const &, std::string const &) |
|