My Project
|
An implementation of vector/array based on small object optimization. More...
#include <array>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Classes | |
class | Opm::FastSmallVector< ValueType, N > |
An implementation of vector/array based on small object optimization. More... | |
An implementation of vector/array based on small object optimization.
It is intended to be used by the DynamicEvaluation for better efficiency.
An implementation of vector/array based on small object optimization. It is intended to be used by the DynamicEvaluation for better efficiency. ValueType is the type of the data N is the size of the buffer that willl be allocated during compilation time