template struct xf::solver::qrInverseTraits <RowsColsA, InputType, hls::x_complex <OutputBaseType>>¶
#include "qr_inverse.hpp"
template < int RowsColsA, typename InputType, typename OutputBaseType > struct qrInverseTraits <RowsColsA, InputType, hls::x_complex <OutputBaseType>> // typedefs typedef hls::x_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