StagingCoefficientRuntime

coulomb.conversion.runtimes.staging.StagingCoefficientRuntime
See theStagingCoefficientRuntime companion object
class StagingCoefficientRuntime(using scmp: Compiler) extends CoefficientRuntime

Attributes

Companion
object
Source
staging.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def coefficientRational(uf: RuntimeUnit, ut: RuntimeUnit): Either[String, Rational]

Attributes

Source
staging.scala

Inherited methods

final def coefficient[V](uf: RuntimeUnit, ut: RuntimeUnit)(using vc: ValueConversion[Rational, V]): Either[String, V]

Attributes

Inherited from:
CoefficientRuntime
Source
runtime.scala
final inline def coefficientRational[UT](uf: RuntimeUnit): Either[String, Rational]

Attributes

Inherited from:
CoefficientRuntime
Source
runtime.scala