template struct xf::solver::qrInverseTraits

#include "qr_inverse.hpp"
template <
    int RowsColsA,
    typename InputType,
    typename OutputType
    >
struct qrInverseTraits

// typedefs

typedef float InternalType
typedef qrfTraits QRF_CONFIG
typedef backSubstituteTraits <RowsColsA, InternalType, InternalType> BACK_SUB_CONFIG
typedef matrixMultiplyTraits <NoTranspose, NoTranspose, RowsColsA, RowsColsA, RowsColsA, RowsColsA, InternalType, OutputType> MULTIPLIER_CONFIG