Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
Functions | |
template<typename MatrixT > | |
MatrixT | exp_by_squaring (const MatrixT &M, size_t n) |
template<typename MatrixT > | |
MatrixT::value_type | trace (const MatrixT &M, size_t n) |
MatrixT anonymous_namespace{MatrixAlgorithms_impl.ipp}::exp_by_squaring | ( | const MatrixT & | M, |
size_t | n | ||
) |
Definition at line 28 of file MatrixAlgorithms_impl.ipp.
References boost::numeric::ublas::isSquare().
Referenced by exp().
MatrixT::value_type anonymous_namespace{MatrixAlgorithms_impl.ipp}::trace | ( | const MatrixT & | M, |
size_t | n | ||
) |
< expecting two move operations. First
Definition at line 53 of file MatrixAlgorithms_impl.ipp.
References exp(), and boost::numeric::ublas::isSquare().
Referenced by det().