Tatooine
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