12#ifndef TLAPACK_LEGACY_LARF_HH
13#define TLAPACK_LEGACY_LARF_HH
27 template <
class s
ide_t,
typename TV,
typename TC>
37 using internal::create_matrix;
47 idx_t
lenv = ((
side == Side::Left) ? m : n);
constexpr internal::Forward FORWARD
Forward direction.
Definition types.hpp:381
constexpr internal::ColumnwiseStorage COLUMNWISE_STORAGE
Columnwise storage.
Definition types.hpp:414
#define tlapack_check_false(cond)
Throw an error if cond is true.
Definition exceptionHandling.hpp:113
void larf(side_t side, idx_t m, idx_t n, TV const *v, int_t incv, scalar_type< TV, TC > tau, TC *C, idx_t ldC)
Applies an elementary reflector H to a m-by-n matrix C.
Definition larf.hpp:28
#define tlapack_expr_with_vector(x, TX, n, X, incx, expr)
Creates a vector object and executes an expression with it.
Definition utils.hpp:68
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition scalar_type_traits.hpp:113