QVM: Quaternions, Vectors, Matrices
boost/qvm/map_mat_mat.hpp
Этот файл заголовка определяетПосмотреть прокси, которые получают доступ к заданному объекту матрицы в качестве другого объекта матрицы, например, удаляя или меняя строки или столбцы.
Synopsis:
#include <boost/qvm/map_mat_mat.hpp>[ORIG_END] -->
namespace boost
{
namespace qvm
{
template <int R>
-unspecified-return-type- del_row();
template <int C>
-unspecified-return-type- del_col();
template <int R,int C>
-unspecified-return-type- del_row_col();
template <int R>
-unspecified-return-type- neg_row();
template <int C>
-unspecified-return-type- neg_col();
template <int R1,int R2>
-unspecified-return-type- swap_rows();
template <int C1,int C2>
-unspecified-return-type- swap_cols();
-unspecified-return-type- transposed();
}
}