SelfadjointMatrixMatrix.h | 17 // pack a selfadjoint block diagonal for use with the gebp_kernel 22 void pack(Scalar* blockA, const const_blas_data_mapper<Scalar,Index,StorageOrder>& lhs, Index cols, Index i, Index& count) function in struct:Eigen::internal::symm_pack_lhs 53 pack<Pack1>(blockA, lhs, cols, i, count); 58 pack<Pack2>(blockA, lhs, cols, peeled_mc, count); 269 // pack rhs's panel into a sequential chunk of memory
|