MuGdxy
MuGdxy
Something to be finished before the V1.0.0 release. - [ ] SyncAllocator: DefaultAllocator - [x] LinearSystem SparseMatrix Converter Algorithm Improvement
E.g. ``` muda::Dense1DBase::operator muda::Dense1DBase() const noexcept [with IsConst=true, T=uipc::Vector12]" will not be called for implicit or explicit conversions. ```
```c++ template class IndirectBufferView { using value_type = ValueType; const IndexType* m_index_buffer; size_t m_index_buffer_offset; size_t m_index_buffer_size; auto_const_t* m_value_buffer; size_t m_value_buffer_offset; size_t m_value_buffer_size; }; ``` ```c++ IndirectBufferView[i] -> { auto offset...
https://graphblas.org/