Go to the source code of this file.
#define EIGEN_LAPACKE_LU_PARTPIV |
( |
|
EIGTYPE, |
|
|
|
LAPACKE_TYPE, |
|
|
|
LAPACKE_PREFIX |
|
) |
| |
Value:template<int StorageOrder> \
struct partial_lu_impl<EIGTYPE, StorageOrder, lapack_int> \
{ \
\
\
lda = convert_index<lapack_int>(luStride);
\ ipiv = row_transpositions;
\ m = convert_index<lapack_int>(
rows);
\ n = convert_index<lapack_int>(
cols);
\ info = LAPACKE_##LAPACKE_PREFIX##getrf( matrix_order, m, n, (LAPACKE_TYPE*)a, lda, ipiv );
\ \
\
first_zero_pivot =
info;
\ } \
};
for(size_t i=1;i< poses.size();++i)
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
#define EIGEN_UNUSED_VARIABLE(var)
Definition at line 42 of file PartialPivLU_LAPACKE.h.