<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
legacyArray.hpp File Reference
Include dependency graph for legacyArray.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA