Tatooine
Namespaces | Functions
getrf.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 
namespace  tatooine::lapack
 

Functions

auto dgetrf_ (int *M, int *N, double *A, int *LDA, int *IPIV, int *INFO) -> void
 
auto sgetrf_ (int *M, int *N, double *A, int *LDA, int *IPIV, int *INFO) -> void
 
template<std::floating_point Float>
auto tatooine::lapack::getrf (int M, int N, double *A, int LDA, int *IPIV) -> int
 
template<typename T , size_t M, size_t N>
auto tatooine::lapack::getrf (tensor< T, M, N > &A, tensor< int, tatooine::min(M, N)> &p)
 

Function Documentation

◆ dgetrf_()

auto dgetrf_ ( int *  M,
int *  N,
double A,
int *  LDA,
int *  IPIV,
int *  INFO 
) -> void

◆ sgetrf_()

auto sgetrf_ ( int *  M,
int *  N,
double A,
int *  LDA,
int *  IPIV,
int *  INFO 
) -> void