lin
lin::internal::can_qr< C, D, E > Struct Template Reference

#include <lin/factorizations/qr.hpp>

Inheritance diagram for lin::internal::can_qr< C, D, E >:
lin::internal::conjunction< have_same_elements< C, D, E >, is_tall< C >, is_square< E >, can_multiply< D, E >, have_same_dimensions< C, D > >

Detailed Description

template<class C, class D, class E>
struct lin::internal::can_qr< C, D, E >

Used to test whether or not the provided types can be fed to the QR factorization algorithm.


The documentation for this struct was generated from the following file: