Loading [MathJax]/jax/output/HTML-CSS/config.js
Tatooine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
v
w
Enumerations
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
b
f
h
i
l
p
s
t
u
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Related Functions
b
c
d
i
o
r
s
Files
File List
File Members
All
_
d
o
s
t
Functions
d
o
s
t
Variables
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Concepts
tensor
include
tatooine
lapack
gecon.h
Go to the documentation of this file.
1
#ifndef TATOOINE_LAPACK_GECON_H
2
#define TATOOINE_LAPACK_GECON_H
3
//==============================================================================
4
#include <
tatooine/lapack/base.h
>
5
//==============================================================================
6
namespace
tatooine::lapack
{
7
//==============================================================================
24
//==============================================================================
25
//template <typename T, size_t N>
26
//auto gecon(tensor<T, N, N>& A, Norm norm, T& rcond) {
27
// auto const n = lange(A, norm);
28
// auto ipiv = tensor<std::int64_t, N>{};
29
// getrf(A, ipiv);
30
// return ::lapack::gecon(norm, N, A.data(), N, n, &rcond);
31
//}
32
//==============================================================================
34
//==============================================================================
35
}
// namespace tatooine::lapack
36
//==============================================================================
37
#endif
tatooine::lapack
Definition:
base.h:6
base.h
Generated by
1.9.5