Tatooine
Functions
GEQRF

General QR Factorization. More...

Collaboration diagram for GEQRF:

Functions

template<typename T , size_t M, size_t N>
auto tatooine::lapack::geqrf (tensor< T, M, N > &A, tensor< T,(M< N) ? M :N > &tau)
 
template<typename T >
auto tatooine::lapack::geqrf (tensor< T > &A, tensor< T > &tau)
 

Detailed Description

General QR Factorization.

Function Documentation

◆ geqrf() [1/2]

template<typename T >
auto tatooine::lapack::geqrf ( tensor< T > &  A,
tensor< T > &  tau 
)

◆ geqrf() [2/2]

template<typename T , size_t M, size_t N>
auto tatooine::lapack::geqrf ( tensor< T, M, N > &  A,
tensor< T,(M< N) ? M :N > &  tau 
)