com.bnd.math.business.dynamics.SimplePrevStateProcessor.scala Maven / Gradle / Ivy
The newest version!
package com.bnd.math.business.dynamics
import com.bnd.core.CollectionElementsConversions._
class SimplePrevStateProcessor[T, I](calcWithPrev : (T,T,Double) => I) extends PrevStateProcessor[T, I, Iterable[I]](calcWithPrev) {
override def postProcess(
zippedStates: Iterable[I],
timeStepLength: Double) = zippedStates
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy