|
template<typename Scalar , __size_type dim> |
void | capd::vectalg::setDimensionInArray (Vector< Scalar, dim > *, __size_type, __size_type) |
|
template<typename Scalar > |
void | capd::vectalg::setDimensionInArray (Vector< Scalar, 0 > *t, __size_type N, __size_type _dim) |
|
template<typename Scalar , __size_type dim> |
std::ostream & | capd::vectalg::operator<< (std::ostream &out, const Vector< Scalar, dim > &v) |
|
template<typename Vector > |
std::string | capd::vectalg::vectorToString (const Vector &v, int firstIndex=0, int lastIndex=-1, int precision=-1) |
|
template<typename Vector > |
std::ostream & | capd::vectalg::printVector (std::ostream &str, const Vector &v, int firstIndex=0, int lastIndex=-1) |
|
template<typename Scalar , __size_type dim> |
std::istream & | capd::vectalg::operator>> (std::istream &inp, Vector< Scalar, dim > &v) |
|
template<typename Scalar , __size_type dim> |
std::string | capd::vectalg::cppReprezentation (const Vector< Scalar, dim > &A, const std::string &varName, const std::string &typeName) |
| It serializes a matrix - gives text reprezentation which can be compiled. More...
|
|