API Reference

SparseVariables.insertvar!Function
insertvar!(var::IndexedVarArray{V,N,T}, index...)

Insert a new variable with the given index only after checking if keys are valid and not already defined.

source
SparseVariables.unsafe_insertvar!Function
unsafe_insertvar!(var::indexedVarArray{V,N,T}, index...)

Insert a new variable with the given index withouth checking if the index is valid or already assigned.

source