Add experimental/matrix and vector types #18
Labels
discussion
the issue and current state of issue needs to be discussed
enhancement
New feature or request
future-work
Deferred to be worked in later stage of GSOC or after GSOC
Add a new experimental subdirectory inside tensor, which provides matrix and vector types that are type aliases for existing tensor types.
Add type traits for the experimental types such as
is_matrix
, add all functions that existed inublas::matrix
to new types as free functions.Add examples demonstrating the usage of new experimental types. We can put them in
examples/tensor/experimental
.Also add unit tests so code coverage doesn't degrades.
The text was updated successfully, but these errors were encountered: