Home
Browse Files
template
<
typename
IndexType>
void
dotaxpy(IndexType n,
bool
conjX,
bool
conjXt,
bool
conjY,
const
double
&alpha,
const
double
*x,
IndexType incX,
const
double
*y,
IndexType incY,
double
*z,
IndexType incZ,
double
&rho);
Defined in namespace
ulmBLAS::sse
. Function
dotaxpy
with 1 template parameters.
Home