Home
Browse Files
template
<
typename
IndexType>
IndexType
zcgesv(IndexType n,
IndexType nRhs,
std::
complex
<
double
> *A,
IndexType ldA,
IndexType *iPiv,
const
std::
complex
<
double
> *B,
IndexType ldB,
std::
complex
<
double
> *X,
IndexType ldX,
std::
complex
<
double
> *work,
std::
complex
<
float
> *swork,
double
*rWork,
IndexType &iter);
Defined in namespace
cxxlapack
. Function
zcgesv
with 1 template parameters.
Home