Packagecom.transmote.flar.utils
Classpublic class FLARMatrixSmoother_Average
ImplementsIFLARMatrixSmoother



Public Methods
 MethodDefined by
  
FLARMatrixSmoother_Average
  
smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of a Vector of FLARDoubleMatrix34 instances.
FLARMatrixSmoother_Average
Constructor detail
FLARMatrixSmoother_Average()constructor
public function FLARMatrixSmoother_Average()
Method detail
smoothMatrices()method
public function smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34

returns a FLARDoubleMatrix34 that is the average of a Vector of FLARDoubleMatrix34 instances.

Parameters
storedMatrices:Vector — Vector of storedMatrices to average. (storedMatrices is not modified.)

Returns
FLARDoubleMatrix34