7 #ifndef LIN_FACTORIZATIONS_QR_HPP_ 8 #define LIN_FACTORIZATIONS_QR_HPP_ 10 #include "../core.hpp" 11 #include "../generators/constants.hpp" 12 #include "../references.hpp" 14 #include <type_traits> 22 template <
class C,
class D,
class E>
24 have_same_elements<C, D, E>,
28 have_same_dimensions<C, D>
34 template <class C, class D, class E, std::enable_if_t<internal::can_qr<C, D, E>::value,
size_t> = 0>
38 template <class C, class D, class E, std::enable_if_t<internal::can_qr<C, D, E>::value,
size_t> = 0>
Value backed tensor interface with resizing support.
Definition: base.hpp:40
Tensor interface providing read and write access to elements.
Definition: mapping.hpp:39
Logical AND operation for template metaprogramming.
Definition: utilities.hpp:54
Definition: config.hpp:27