Package jline.lib.butools.reptrans
Class MStaircaseKt
-
- All Implemented Interfaces:
public final class MStaircaseKt
-
-
Method Summary
-
-
Method Detail
-
mStaircase
final static Pair<Matrix, Integer> mStaircase(List<Matrix> Y, Matrix Z, Double precision)
Computes a smaller representation using the staircase algorithm.
This function should not be called directly. It is used by 'MinimalRepFromME' and 'MinimalRepFromRAP'.
- Parameters:
Y- List of matrices (the representation matrices)Z- The vector used in the staircase procedure (shape m x 1 or m x k)precision- Numerical precision for rank and norm tests.- Returns:
A Pair of (B, n) where B is the transformation matrix (shape m x m) and n is the minimal order found.
-
-
-
-