template struct SE_traits_tests::TParamsMatΒΆ

template <unsigned int MAT_LEN>
struct TParamsMat
{
    //
fields

    CVectorFixedDouble<MAT_LEN> Avec;
    CVectorFixedDouble<MAT_LEN> Bvec;
};