Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sumtensor class #73

Closed
dmdunla opened this issue Mar 16, 2023 · 0 comments · Fixed by #282
Closed

Implement sumtensor class #73

dmdunla opened this issue Mar 16, 2023 · 0 comments · Fixed by #282
Assignees
Labels
capability New capability/functionality doing Actively being worked on
Milestone

Comments

@dmdunla
Copy link
Collaborator

dmdunla commented Mar 16, 2023

%SUMTENSOR Class for implicit sum of other tensors.
%
%SUMTENSOR Methods:
% disp - Command window display of a sumtensor.
% display - Command window display of a sumtensor.
% double - Convert sumtensor to double array.
% full - Convert a sumtensor to a (dense) tensor.
% innerprod - Efficient inner product with a sumtensor.
% isscalar - False for sumtensors.
% mttkrp - Matricized tensor times Khatri-Rao product for sumtensor.
% ndims - Return the number of dimensions for a sumtensor.
% norm - Frobenius norm of a sumtensor.
% plus - Plus for sumtensor.
% size - Size of a sumtensor.
% subsref - Subscript reference for sumtensor.
% sumtensor - Tensor stored as sum of tensors.
% ttv - Tensor times vector for sumtensor.
% uminus - Unary minus for sumtensor.
% uplus - Unary plus for sumtensor.

@dmdunla dmdunla added the capability New capability/functionality label Mar 16, 2023
@dmdunla dmdunla added this to the v2.0 milestone Mar 16, 2023
@dmdunla dmdunla self-assigned this Mar 16, 2023
@ntjohnson1 ntjohnson1 added the doing Actively being worked on label Oct 15, 2023
@ntjohnson1 ntjohnson1 assigned ntjohnson1 and unassigned dmdunla Oct 15, 2023
@ntjohnson1 ntjohnson1 mentioned this issue Oct 16, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
capability New capability/functionality doing Actively being worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants