![]() |
planc
Parallel Lowrank Approximation with Non-negativity Constraints
|
#include <string>#include "common/distutils.hpp"#include "common/parsecommandline.hpp"#include "common/utils.hpp"#include "distnmf/distals.hpp"#include "distnmf/distanlsbpp.hpp"#include "distnmf/distaoadmm.hpp"#include "distnmf/disthals.hpp"#include "distnmf/distio.hpp"#include "distnmf/distmu.hpp"#include "distnmf/mpicomm.hpp"#include "distnmf/naiveanlsbpp.hpp"Go to the source code of this file.
Classes | |
| class | planc::DistNMFDriver |
Namespaces | |
| planc | |
| ncp_factors contains the factors of the ncp every ith factor is of size n_i * k number of factors is called as mode of the tensor all idxs are zero idx. | |
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 391 of file distnmf.cpp.
1.8.14