Home
Browse Files
template
<
typename
IndexType,
typename
TA,
typename
TX>
void
tblstv(IndexType n,
IndexType k,
bool
unitDiag,
const
TA *A,
IndexType ldA,
TX *x,
IndexType incX);
Defined in namespace
ulmBLAS
. Function
tblstv
with 3 template parameters.
template
<
typename
IndexType,
typename
TA,
typename
TX>
void
tblstv(IndexType n,
IndexType k,
bool
unitDiag,
bool
conjA,
const
TA *A,
IndexType ldA,
TX *x,
IndexType incX);
Defined in namespace
ulmBLAS
. Function
tblstv
with 3 template parameters.
Home