<T>LAPACK
0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lapack.hpp
1
// Copyright (c) 2025, 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
16
#include "
tlapack/lapack/ladiv.hpp
"
17
#include "
tlapack/lapack/lapy2.hpp
"
18
#include "
tlapack/lapack/lapy3.hpp
"
19
#include "
tlapack/legacy_api/lapack/lacpy.hpp
"
20
#include "
tlapack/legacy_api/lapack/lange.hpp
"
21
#include "
tlapack/legacy_api/lapack/lanhe.hpp
"
22
#include "
tlapack/legacy_api/lapack/lansy.hpp
"
23
#include "
tlapack/legacy_api/lapack/lantr.hpp
"
24
#include "
tlapack/legacy_api/lapack/larf.hpp
"
25
#include "
tlapack/legacy_api/lapack/larfb.hpp
"
26
#include "
tlapack/legacy_api/lapack/larfg.hpp
"
27
#include "
tlapack/legacy_api/lapack/larft.hpp
"
28
#include "
tlapack/legacy_api/lapack/larnv.hpp
"
29
#include "
tlapack/legacy_api/lapack/lascl.hpp
"
30
#include "
tlapack/legacy_api/lapack/laset.hpp
"
31
#include "
tlapack/legacy_api/lapack/lassq.hpp
"
32
33
// QR factorization
34
// ----------------
35
36
#include "
tlapack/legacy_api/lapack/geqr2.hpp
"
37
#include "
tlapack/legacy_api/lapack/potrf.hpp
"
38
#include "
tlapack/legacy_api/lapack/potrs.hpp
"
39
#include "
tlapack/legacy_api/lapack/ung2r.hpp
"
40
#include "
tlapack/legacy_api/lapack/unm2r.hpp
"
41
#include "
tlapack/legacy_api/lapack/unmqr.hpp
"
42
43
#endif
// TLAPACK_LEGACY_HH
ladiv.hpp
lapy2.hpp
lapy3.hpp
geqr2.hpp
lacpy.hpp
lange.hpp
lanhe.hpp
lansy.hpp
lantr.hpp
larf.hpp
larfb.hpp
Applies a Householder block reflector to a matrix.
larfg.hpp
larft.hpp
Forms the triangular factor T of a block reflector.
larnv.hpp
Returns a vector of random numbers from a uniform or normal distribution.
lascl.hpp
Multiplies a matrix by a scalar.
laset.hpp
lassq.hpp
potrf.hpp
potrs.hpp
ung2r.hpp
unm2r.hpp
unmqr.hpp
Multiplies the general m-by-n matrix C by Q from geqrf()
include
tlapack
legacy_api
lapack.hpp
Generated by
1.9.8