- 20 Jul, 2021 4 commits
-
-
Tammy Kolda authored
Generalize scale to handle also shift (e.g., subtracting out the mean) and use bsxfun. See merge request !62
-
Tammy Kolda authored
-
Tammy Kolda authored
Fix zero-ing out missing entries in cp_wopt for NaN's See merge request !61
-
Tammy Kolda authored
In cp_wopt, fix zero-ing out missing entries in cp_wopt some that it works correctly for NaN's in the data tensor. (Still need the weight tensor to be zero for missing entries.)
-
- 05 Apr, 2021 5 commits
-
-
Danny Dunlavy authored
Release Candidate 3.2.1 See merge request !60
-
Danny Dunlavy authored
-
Danny Dunlavy authored
-
Danny Dunlavy authored
-
Danny Dunlavy authored
-
- 31 Mar, 2021 3 commits
-
-
Danny Dunlavy authored
Issue 51 export data See merge request !59
-
Danny Dunlavy authored
-
Danny Dunlavy authored
Adding changes to export_data to support #51. Updating documentation for export_data and import_data.
-
- 11 Feb, 2021 2 commits
-
-
Tammy Kolda authored
Release 3.2 prep Closes #49 See merge request !58
-
Tammy Kolda authored
-
- 02 Feb, 2021 5 commits
-
-
Tammy Kolda authored
Fixes Issue 14, linking to help documentation Closes #14 See merge request !57
-
Tammy Kolda authored
Also resolving linking issue in MATLAB with the documentation browser. If the complex linking command is spread across several lines, it works fine in the command window but does not work in the help browser. For example, `doc cp_apr` displays the command line help in the help brower, but the link to the documentation page would not work if the command had '...' continuation line commands in it. Removed dead help page link for tt_gcp_fg_setup.m. Fixed the order so that the doc page link comes after references and before see also.
-
Tammy Kolda authored
-
Tammy Kolda authored
Standardizing last line of help for all Tensor Toolbox functions. Closes #11 and #16 See merge request !56
-
Tammy Kolda authored
Making the version display as "Development Version" and adding instructions to start labeling releases.
-
- 26 Jan, 2021 1 commit
-
-
Tammy Kolda authored
-
- 25 Jan, 2021 2 commits
-
-
Tammy Kolda authored
New banner image Updating banner image See merge request !55
-
Tammy Kolda authored
Also adding funding and banner image ack to contributors list.
-
- 19 Jan, 2021 3 commits
-
-
Tammy Kolda authored
Add HTML documentation for eig_geap.m. Closes #11 See merge request !54
-
Tammy Kolda authored
Fixes #11 . Also fixed typo in DOCUMENTATION_INSTRUCTIONS.md about publishing with style file. Updated help database and helptoc.xml. Linked HTML documentation to help for eig_geap.m and also eig_sshopm.m.
-
Tammy Kolda authored
-
- 18 Jan, 2021 2 commits
-
-
Tammy Kolda authored
Documentation Updates Closes #13 See merge request !53
-
Tammy Kolda authored
* Replacing the contents of `README.md` with `RELEASE_NOTES.txt` (converted to markdown) and deleting `RELEASE_NOTES.txt`. * Adding additional instructions in maintenance directory, including specific instructions on maintaining the documentation (`DOCUMENTATION_INSTRUCTIONS.md`) and doing releases (`RELEASE_INSTRUCTIONS.md`) * Creating a stylesheet (`ttb.xsl`) for MATLAB-generated pages and updating the style file (`ttb.css`) for static pages. This fixed the problem of the extra scroll bar inside the MATLAB help browser (min-height of the html from 100% to 90%). * Deleted several redundant or unneeded web pages: `getting_started.html`, `bibtex.html`, `helpscreen.PNG` * Reorganized and updated `index.html` * Updating `helptoc.xml`. * Adding navigation to all HTML pages. * Removing any references to the old `bibtex.html` file and making reference styles more uniform. * Capitalizing page titles. * Adding footers to all manually-created pages. * Re-running publish for all MATLAB-created pages, which also adds a banner to those pages. * Updated instructions in `CONTRIBUTION_GUIDE.md` to indicate how to use the stylesheet * Updated calls to `rng(_number_)` to be `rng('default')` * Fixed small errors in documentation, like spelling errors * Deleted the unneeded file: `doc/helptoc_template.xml` Fixes issue #13
-
- 15 Dec, 2020 7 commits
-
-
Tammy Kolda authored
Doc updates See merge request !52
-
Tammy Kolda authored
-
Tammy Kolda authored
-
Tammy Kolda authored
Re-fixing ctranspose -> transpose in sptensor/ttt.m for Issue #40. See merge request !51
-
Tammy Kolda authored
Fixing "ctranspose should be transpose" bug in ktensor/full.m for Issue #29.
-
Tammy Kolda authored
Undoing one part of issue-40 because it's not consistent. See merge request !50
-
Tammy Kolda authored
-
- 14 Dec, 2020 4 commits
-
-
Tammy Kolda authored
Fixes Issue #40 See merge request !49
-
Tammy Kolda authored
-
Tammy Kolda authored
Fixes issue #44 Closes #44 See merge request !48
-
Tammy Kolda authored
-
- 13 Oct, 2020 2 commits
-
-
Tammy Kolda authored
Implicit Symmetric CP Tensor Computation The goal is to add the functionality from the paper: S. Sherman, T. G. Kolda. Estimating Higher-Order Moments Using Symmetric Tensor Decomposition. SIAM Journal on Matrix Analysis and Applications, accepted for publication, 2020. http://arxiv.org/abs/1911.03813 * New functions added to `@symktensor` - `f_implicit.m` - has help - `fg_explicit.m` - has help - `g_implicit.m` - has help - `fg_implicit.m` - has help - `randextract.m` - has help - `update.m` - has help * Updated `symktensor/normalize` to be faster by using `bsxfun` * Corrected link in comments of `symktensor/fg` * New top-level functions: - `cp_isym.m` - has help, including links to HTML documentation - `tt_opt_adam.m` - has help, including links to HTML documentation - `tt_opt_fminunc.m` - has help, including links to HTML documentation - `tt_opt_lbfgs.m` - has help, including links to HTML documentation - `tt_opt_lbfgsb.m` - has help, including links to HTML documentation * Updated `cp_sym.m` with citation to publication and link to documentation page * New help pages in `doc` - `cp_isym_doc.m` (published) - `cp_sym_doc.m` (published) - `opt_options_doc.m`(published) - `tt_opt_doc.m` (published) * Updated `doc/html/cp.html` with correction for CP-ARLS and the addition of links for CP-SYM and CP-ISYM * Updated `doc/html/helptoc.xml` with pointer to CP-SYM and CP-ISYM documentation * Updated help for `gcp_opt.m` to fix typo and add link to HTML documentation * Updated `info.xml` to point to tensortoolbox.org rather than old Sandia website ## Checklist - [NA] **Issue** Before the merge request, submit an issue for the change, providing as much detailed information as possible. For bug reports, please provide enough information to reproduce the problem. - [X] **Fork** Create a branch or fork of the code and make your changes. - [x] **Help Comments** Create or update comments for the m-files, following the style of the existing files. Be sure to explain all code options. - [X] **HTML Documentation** For any major new functionality, please follow the following steps. - [X] Add HTML documentation in the `doc\html` directory with the name `XXX_doc.html` - [x] Use the MATLAB `publish` command to create a new file in `doc\html` - [x] Add a pointer to this documentation file in `doc\html\helptoc.xml` - [X] Add pointers in any related higher-level files, e.g., a new method for CP should be referenced in the `cp.html` file - [x] Add link to HTML documentation from help comments in function - [x] Update search database by running: builddocsearchdb('[full path to tensor_toolbox/doc/html directory]') - [NA] **Tests** Create or update tests in the `tests` directory, especially for bug fixes or strongly encouraged for new code. - [x] **Contents** If new functions were added to a class, go to the `maintenance` directory and run `update_classlist('Class',XXX)` to add the new functions to the class XXX help information. If new functions were added at top level, go to `maintenance` and run `update_topcontents` to update the Contents.m file at the top level. - [x] **Release Notes** Update `RELEASE_NOTES.txt` with any significant bug fixes or additions. - [x] **Contributors List** Update `CONTRIBUTORS.md` with your name and a brief description of the contributions. - [x] **Pass All Tests** Confirm that all tests (including existing tests) pass in `tests` directory. - [X] **Merge Request** At any point, create a work-in-progress merge request, referencing the issue number and with this checklist and WIP in the header. See merge request !43
-
Tammy Kolda authored
Added functionality from the paper: S. Sherman, T. G. Kolda. Estimating Higher-Order Moments Using Symmetric Tensor Decomposition. SIAM Journal on Matrix Analysis and Applications, accepted for publication, 2020. http://arxiv.org/abs/1911.03813 See merge request !43
-