Home
Browse Files
template
<
typename
IndexType,
typename
T>
IndexType
getrf(IndexType m,
IndexType n,
T *A,
IndexType incRowA,
IndexType incColA,
IndexType *piv,
IndexType incPiv);
Defined in namespace
ulmBLAS
. Function
getrf
with 2 template parameters.
Home