接口 MatrixDecomposer

所有已知实现类:
CholeskyDecomposer, LUDecomposer, QRDecomposer, SingularValueDecomposer

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.