All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bnd.math.business.dynamics.SingleRunProcessor.scala Maven / Gradle / Ivy

The newest version!
package com.bnd.math.business.dynamics

import java.{util => ju}

import com.bnd.core.runnable.TimeRunnable

import scala.collection.JavaConversions._
import scala.math.Numeric._
import scala.math.Integral.Implicits._
import scala.math._

trait SingleRunProcessor[T,O] {

    def process(statesHistory : Iterable[Iterable[T]], timeStepLength : Double) : O

    def isTransposedStatesHistoryExpected : Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy