public class IntegerLeastSquareSolution extends Object
Constructor and Description |
---|
IntegerLeastSquareSolution(long[] solution, double d2)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
long[] |
getSolution()
获取解数组。
|
double |
getSquaredDistance()
获取与相应浮点解的平方距离。
|
Copyright © 2002-2023 CS GROUP. All rights reserved.