subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

safe sparse matrix type

Open sam0x17 opened this issue 2 months ago • 0 comments

We need a safe type that allows sparse matrix operations that will not panic / does not provide panicking operations or methods. Everything should be infallible or return a Result or Option.

needed as part of #300

sam0x17 avatar Apr 08 '24 15:04 sam0x17