Home
Browse Files
template
<
typename
IndexType>
IndexType
unmlq(
char
side,
char
trans,
IndexType m,
IndexType n,
IndexType k,
std::
complex
<
float
> *A,
IndexType ldA,
const
std::
complex
<
float
> *tau,
std::
complex
<
float
> *C,
IndexType ldC,
std::
complex
<
float
> *work,
IndexType lWork);
Defined in namespace
cxxlapack
. Function
unmlq
with 1 template parameters.
template
<
typename
IndexType>
IndexType
unmlq(
char
side,
char
trans,
IndexType m,
IndexType n,
IndexType k,
std::
complex
<
double
> *A,
IndexType ldA,
const
std::
complex
<
double
> *tau,
std::
complex
<
double
> *C,
IndexType ldC,
std::
complex
<
double
> *work,
IndexType lWork);
Defined in namespace
cxxlapack
. Function
unmlq
with 1 template parameters.
Home