CAPD DynSys Library  5.2.0
capd::vectalg::Matrix< Scalar, rows, cols >::rebind< U > Struct Template Reference

#include <capd/vectalg/Matrix.h>

Public Types

typedef Matrix< U, rows, cols > other
 

Member Typedef Documentation

◆ other

template<typename Scalar , __size_type rows, __size_type cols>
template<typename U >
typedef Matrix<U,rows,cols> capd::vectalg::Matrix< Scalar, rows, cols >::rebind< U >::other