You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package defines two [subtypes](#Subtypes-of-AbstractExtendableSparseMatrixCSC) of [`ExtendableSparse.AbstractExtendableSparseMatrixCSC`](@ref) which are parametrized by types of [extension matrices](/extensions/#Matrix-extensions):
7
+
-[`ExtendableSparse.GenericExtendableSparseMatrixCSC`](@ref) for single threaded assembly
8
+
-[`ExtendableSparse.GenericMTExtendableSparseMatrixCSC`](@ref) for multithreaded assembly
9
+
10
+
User facing defaults are defined by [type aliases](#Type-aliases):
0 commit comments