Removed useless assert from DenseMatrixView
The condition is always satisfied, since getAllocatedElementsCount returns the size of the values vector view, which was bound just prior the assert.
Loading
Please sign in to comment
The condition is always satisfied, since getAllocatedElementsCount returns the size of the values vector view, which was bound just prior the assert.