<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lapack.hpp
1// Copyright (c) 2021-2023, University of Colorado Denver. All rights reserved.
2//
3// This file is part of <T>LAPACK.
4// <T>LAPACK is free software: you can redistribute it and/or modify it under
5// the terms of the BSD 3-Clause license. See the accompanying LICENSE file.
6
7#ifndef TLAPACK_LEGACY_HH
8#define TLAPACK_LEGACY_HH
9
10// =============================================================================
11// Template LAPACK
12
13// Auxiliary routines
14// ------------------
15
32
33// QR factorization
34// ----------------
35
42
43#endif // TLAPACK_LEGACY_HH
Applies a Householder block reflector to a matrix.
Forms the triangular factor T of a block reflector.
Returns a vector of random numbers from a uniform or normal distribution.
Multiplies a matrix by a scalar.
Multiplies the general m-by-n matrix C by Q from geqrf()