Expand description
Linear equation solver for tensor trains.
This module provides the linsolve function for solving linear systems
of the form (a₀ + a₁ * A) * x = b where A is an MPO (TensorTrain),
and x, b are MPS (TensorTrain).
Internally delegates to tensor4all_treetn::square_linsolve.
Functions§
- linsolve
- Solve
(a₀ + a₁ * A) * x = bforx.