You have to understand, most of these people are not ready to be unplugged. And many of them are so inured, so hopelessly dependent on the system, that they will fight to protect it.
VectorConcepts(redirected from LinearAlgebraDoc.Vector) // The vector interface heirachy // // VectorExpression // | | // | Distributed // | // Local - defines iterators // | | // | Compressed - generic sparse vector // | | // | Injective - sparse vector, unique indices // | | | // | | Hashed - hashed vector, O(1) lookup // | | // | Ordered - sparse vector, ordered by index // | | // | Search - ordered vector with O(log N) lookup // | // Dense - generic dense vector, random access // | // Stride - direct pointer access, but non-trivial stride // | // Contiguous - direct pointer access, contiguous // |