View source: R/NMFN_three_methods.R
mpinv | R Documentation |
Moore-Penrose Inverse
mpinv(X)
X |
original matrix |
Torsten Hothorn
X<-matrix(1:12,3,4) m.inv = mpinv(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.