接口 MatrixDecomposer
public interface MatrixDecomposer
Interface for all algorithms providing matrix decomposition.
- 从以下版本开始:
- 1.3
-
方法概要
修饰符和类型方法说明Get a solver for finding the A × X = B solution in least square sense.
-
方法详细资料
-
decompose
Get a solver for finding the A × X = B solution in least square sense.- 参数:
-
a
- coefficient matrix A to decompose - 返回:
- a solver
- 抛出:
-
MathIllegalArgumentException
- if decomposition fails
-