<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
template<typename T > | |
constexpr auto | tlapack::legacy::internal::create_backward_vector (T *x, idx_t n) |
template<typename T , typename int_t > | |
constexpr auto | tlapack::legacy::internal::create_backward_vector (T *x, idx_t n, int_t inc) |
template<typename T > | |
constexpr auto | tlapack::legacy::internal::create_banded_matrix (T *A, idx_t m, idx_t n, idx_t kl, idx_t ku) |
template<typename T > | |
constexpr auto | tlapack::legacy::internal::create_matrix (T *A, idx_t m, idx_t n) |
template<typename T > | |
constexpr auto | tlapack::legacy::internal::create_matrix (T *A, idx_t m, idx_t n, idx_t lda) |
template<typename T > | |
constexpr auto | tlapack::legacy::internal::create_rowmajor_matrix (T *A, idx_t m, idx_t n) |
template<typename T > | |
constexpr auto | tlapack::legacy::internal::create_rowmajor_matrix (T *A, idx_t m, idx_t n, idx_t lda) |
template<typename T > | |
constexpr auto | tlapack::legacy::internal::create_vector (T *x, idx_t n) |
template<typename T , typename int_t > | |
constexpr auto | tlapack::legacy::internal::create_vector (T *x, idx_t n, int_t inc) |