Go to the source code of this file.
|
| template<int dim1, int dim2> |
| Tensor< 1, dim1+dim2 > | internal::TensorProductManifoldImplementation::concat (const Tensor< 1, dim1 > &p1, const Tensor< 1, dim2 > &p2) |
| |
| template<int dim1, int dim2> |
| Point< dim1+dim2 > | internal::TensorProductManifoldImplementation::concat (const Point< dim1 > &p1, const Point< dim2 > &p2) |
| |
| template<int dim1, int dim2> |
| void | internal::TensorProductManifoldImplementation::split_point (const Point< dim1+dim2 > &source, Point< dim1 > &p1, Point< dim2 > &p2) |
| |