Package | com.transmote.flar.utils |
Class | public class FLARMatrixSmoother_Average |
Implements | IFLARMatrixSmoother |
Method | Defined by | ||
---|---|---|---|
FLARMatrixSmoother_Average | |||
smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of a Vector of FLARDoubleMatrix34 instances.
| FLARMatrixSmoother_Average |
FLARMatrixSmoother_Average | () | constructor |
public function FLARMatrixSmoother_Average()
smoothMatrices | () | method |
public function smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of a Vector of FLARDoubleMatrix34 instances.
ParametersstoredMatrices:Vector — Vector of storedMatrices to average. (storedMatrices is not modified.)
|
FLARDoubleMatrix34 |