ergo
template_lapack_getrs.h File Reference

Go to the source code of this file.

Functions

template<class Treal >
int template_lapack_getrs (const char *trans, const integer *n, const integer *nrhs, const Treal *a, const integer *lda, const integer *ipiv, Treal *b, const integer *ldb, integer *info)
 

Function Documentation

◆ template_lapack_getrs()

template<class Treal >
int template_lapack_getrs ( const char * trans,
const integer * n,
const integer * nrhs,
const Treal * a,
const integer * lda,
const integer * ipiv,
Treal * b,
const integer * ldb,
integer * info )