=================================================================================

 Distributed Methods for High-dimensional and Large-scale Tensor Factorization
 Authors: Kijung Shin, U Kang

 Version: 1.0
 Date: June 17, 2014
 Main Contact: Kijung Shin (koreaskj@snu.ac.kr)

 This software is free of charge under research purposes.
 For commercial purposes, please contact the author.

=================================================================================

package: sals.single

description: single machine version SALS and CDTF

source code lists:

	ArrayMethods: Methods for handling arrays
	CDTF: Single machine version of CDTF
	GreedyRowAssignment: Greedy row assignment of CDTC single machine version
	MultiThread: Common interface of multi-threaded jobs
	Output: Common functions related to output
	Performance: Common functions related to measure performance
	SALS: Single machine version of SALS
	Tensor: Data structure to save tensor data
	TensorMethods: Methods for handling tensors