Go to the source code of this file.
|
template<typename F = double> |
void | sisi4s::fitAlternatingLeastSquaresFactor (Tensor< F > &T, char const *indicesT, Tensor< F > &B, char const idxB, Tensor< F > &C, char const idxC, Tensor< F > &A, char const idxA) |
|
template<typename F = double> |
void | sisi4s::fitRegularizedAlternatingLeastSquaresFactor (Tensor< F > &T, char const *indicesT, Tensor< F > &B, char const idxB, Tensor< F > &C, char const idxC, Tensor< F > &A, char const idxA, AlternatingLeastSquaresRegularizationEstimator *regularizationEstimatorA) |
|
template<typename F = double> |
void | sisi4s::dryFitRegularizedAlternatingLeastSquaresFactor (DryTensor< F > &T, char const *indicesT, DryTensor< F > &B, char const idxB, DryTensor< F > &C, char const idxC, DryTensor< F > &A, char const idxA) |
|