Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
njericha committed Jan 17, 2024
2 parents e5c99e2 + a7c7620 commit a5ec3e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MatrixTensorFactor.jl

See documentation here: https://mpf-optimization-laboratory.github.io/MatrixTensorFactor.jl/dev/

Factorize a 3rd order tensor Y into a matrix A and 3rd order tensor B: Y=AB. Componentwise, this is:

Y[i,j,k] = sum_{r=1}^R ( A[i,r] * B[r,j,k] )

0 comments on commit a5ec3e5

Please sign in to comment.