search for: _pair

Displaying 3 results from an estimated 3 matches for "_pair".

Did you mean: pair
2007 May 25
1
Speeding up resampling of rows from a large matrix
I'm trying to: Resample with replacement pairs of distinct rows from a 120 x 65,000 matrix H of 0's and 1's. For each resampled pair sum the resulting 2 x 65,000 matrix by column: 0 1 0 1 ... + 0 0 1 1 ... _______ = 0 1 1 2 ... For each column accumulate the number of 0's, 1's and 2's over the resamples to obtain a 3 x 65,000 matrix G. For those
2013 Jul 26
0
[LLVMdev] Botan and Android
...;) /opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/stl/_iterator.h:124:24: note: template<class _Iterator> bool std::operator!=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&) /opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/stl/_pair.h:92:24: note: template<class _T1, class _T2> bool std::operator!=(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&) /opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/stl/_deque.h:247:1: note: template<class _Tp> bool std::priv::operator!=(const std::priv::...
2023 Apr 27
4
[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
PCIe endpoint framework provides APIs to implement PCIe endpoint function. This framework allows defining various PCIe endpoint function behaviors in software. This patch extend the framework for virtio pci device. The virtio is defined to communicate guest on virtual machine and host side. Advantage of the virtio is the efficiency of data transfer and the conciseness of implementation device