| 651 | } |
| 652 | |
| 653 | int IntMinorProcessor::getEntry (const int rowIndex, |
| 654 | const int columnIndex) const |
| 655 | { |
| 656 | return _intMatrix[rowIndex * _columns + columnIndex]; |
| 657 | } |
| 658 | |
| 659 | IntMinorValue IntMinorProcessor::getMinorPrivateLaplace( |
| 660 | const int k, const MinorKey& mk, |