dmccloskey / TensorBase

A GPU accelerated, in memory, and multi-dimensional database
MIT License
1 stars 1 forks source link

TensorTable From Dense to Sparse and vice versa. #43

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

As a user, I would like to be able to convert the selected indices of a TensorTable into a "Sparse" or linearized TensorTable that could later be used to update the TensorTable. Conversely, I would like to be able to reconstruct/update the tensorTable from a "Sparse" TensorTable.

Objectives

Validaiton

Details

getSelectionAsSparseTensorTable

updateTensorTableFromSparseTensorTable