|
| template<typename Scalar , __size_type rows, __size_type cols> |
| void | capd::vectalg::setDimensionInArray (Matrix< Scalar, rows, cols > *, __size_type, __size_type, __size_type) |
| |
| template<typename Scalar > |
| void | capd::vectalg::setDimensionInArray (Matrix< Scalar, 0, 0 > *t, __size_type N, __size_type r, __size_type c) |
| |
| template<typename Scalar , __size_type rows, __size_type cols> |
| Matrix< Scalar, cols, rows > | capd::vectalg::transpose (const Matrix< Scalar, rows, cols > &) |
| |
| template<typename Scalar , __size_type rows, __size_type cols> |
| Matrix< Scalar, cols, rows > | capd::vectalg::Transpose (const Matrix< Scalar, rows, cols > &) |
| |
| template<typename Scalar , __size_type rows, __size_type cols> |
| std::ostream & | capd::vectalg::operator<< (std::ostream &, const Matrix< Scalar, rows, cols > &) |
| |
| template<typename Scalar , __size_type rows, __size_type cols> |
| std::istream & | capd::vectalg::operator>> (std::istream &, Matrix< Scalar, rows, cols > &) |
| |
| template<typename Scalar , __size_type rows, __size_type cols> |
| std::string | capd::vectalg::cppReprezentation (const Matrix< Scalar, cols, rows > &A, const std::string &varName, const std::string &typeName) |
| | It serializes a matrix - gives text reprezentation which can be compiled. More...
|
| |