-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jacobian and jacobian transpose to nmf problem (#42)
Add jacobian and jacobian transpose to nmf problem I used views function in order to do vector slicing without allocations. Furthermore I added two lines of code in test_objective function (runtests.jl) in order to verify that jprod is the transpose of jtprod
- Loading branch information
1 parent
b5b0d5b
commit f4d2586
Showing
2 changed files
with
56 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters