MatrixBuilder
Functions
Link copied to clipboard
Naive implementation of a symmetric matrix builder, that adds a SymmetricMatrixFeature tag. The resulting matrix contains full size^2
number of elements, but caches elements during calls to save builder calls. builder is always called in the upper triangle region meaning that i <= j