template struct xf::solver::qrInverseTraits <RowsColsA, InputType, std::complex <OutputBaseType>>¶
#include "qr_inverse.hpp"
template < int RowsColsA, typename InputType, typename OutputBaseType > struct qrInverseTraits <RowsColsA, InputType, std::complex <OutputBaseType>> // typedefs typedef std::complex <float> InternalType typedef qrfTraits QRF_CONFIG typedef backSubstituteTraits <RowsColsA, InternalType, InternalType> BACK_SUB_CONFIG typedef matrixMultiplyTraits <NoTranspose, NoTranspose, RowsColsA, RowsColsA, RowsColsA, RowsColsA, InternalType, hls::x_complex <OutputBaseType>> MULTIPLIER_CONFIG