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
Currently the block sampling constructors require different arguments, some key words some not, and this is confusing to the user as they are unsure what they should be inputting. This requires changes to:
LinSys[Col/Row]Gauss
LinSys[Col/Row]Replace
LinSys[Col/Row]Cyclic
All the constructors should take in the key-word argument block_size and perform operations to implement the methods.
The text was updated successfully, but these errors were encountered:
Currently the block sampling constructors require different arguments, some key words some not, and this is confusing to the user as they are unsure what they should be inputting. This requires changes to:
All the constructors should take in the key-word argument block_size and perform operations to implement the methods.
The text was updated successfully, but these errors were encountered: