Home
Browse Files
template
<
typename
IndexType,
typename
MA,
typename
VTAU,
typename
VWORK>
typename
RestrictTo<IsInteger<IndexType>::value
&& IsGeMatrix<MA>::value
&& IsDenseVector<VTAU>::value
&& IsDenseVector<VWORK>::value,
void
>::Type
latrz(IndexType l,
MA &&A,
VTAU &&tau,
VWORK &&work);
Defined in namespace
flens::lapack
. Function
latrz
with 4 template parameters.
Home