tensor4all / TensorCrossInterpolation.jl

https://tensor4all.github.io/TensorCrossInterpolation.jl/
MIT License
13 stars 0 forks source link

Separating container and optimizer in TensorCI2 #7

Open shinaoka opened 2 months ago

shinaoka commented 2 months ago

MEMO

The current TensorCI2 acts as a container and an optimizer. This will be more confusing once we use TensorCI2 as a container more often. In some cases, we want to carry information on the pivots of a TT object.

It may be better to separate the container and optimizer.