template struct xf::solver::choleskyInverseTraits

#include "cholesky_inverse.hpp"
template <
    int RowsColsA,
    typename InputType,
    typename OutputType
    >
struct choleskyInverseTraits

// typedefs

typedef InputType CHOLESKY_OUT
typedef choleskyTraits <false, RowsColsA, InputType, InputType> CHOLESKY_TRAITS
typedef InputType BACK_SUBSTITUTE_OUT
typedef backSubstituteTraits <RowsColsA, InputType, InputType> BACK_SUBSTITUTE_TRAITS
typedef matrixMultiplyTraits <NoTranspose, ConjugateTranspose, RowsColsA, RowsColsA, RowsColsA, RowsColsA, InputType, OutputType> MATRIX_MULTIPLY_TRAITS