- C interface for
CooMatrix
,CsrMatrix
,DiaMatrix
,DenseMatrix
andDenseVector
containers.- Currently it is assumed that containers hold double value types, int index types and are stored on host with row-major layout.
print
,multiply
,dot
,waxpy
,reduce
andscan
algorithms used by the above containers enalbed in C.- Enabled interface for
DynamicMatrix
for format switching. Shallow constructors and assignments from concrete formats are supported. - Algorithms for concrete matrix containers are supported by dynamic interface too.
- Enabled
convert
interface for concrete and dynamic containers.