Object

libra.ops

dimensions

Related Doc: package ops

Permalink

object dimensions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dimensions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ConvertTo[A, UT <: Unit[_], H <: HList] extends AnyRef

    Permalink
  2. trait Divide[L <: HList, R <: HList] extends AnyRef

    Permalink

    Type class for dividing dimensions L by R

  3. trait Invert[H <: HList] extends AnyRef

    Permalink

    Type class for inverting a hlist of dimensions

  4. trait Multiply[L <: HList, R <: HList] extends AnyRef

    Permalink

    Type class for multiplying two hlists of dimensions

  5. trait MultiplyMerged[H <: HList] extends AnyRef

    Permalink

    Typeclass for simplifying a merged HList to produce a multiplied HList

    Typeclass for simplifying a merged HList to produce a multiplied HList

    Given a FieldType[D, (U, F)], produces a FieldType[D, (U, F)] with no change. This occurs when a term exists in L but not in R, or vice versa Given a FieldType[D, ((U, LF), (U, RF))] produces a FieldType[D, (U, TF)] where TF is the sum of LF and RF. If TF is invalid, the term is removed from the output.

  6. trait Power[P <: XInt, H <: HList] extends AnyRef

    Permalink

    Type class for raising dimensions to the power P

  7. trait Root[P <: XInt, H <: HList] extends AnyRef

    Permalink

    Type class for raising dimensions to the power 1 / P

  8. trait ShowDimension[H <: HList] extends AnyRef

    Permalink

    Type class for printing dimensions

  9. trait ShowUnit[H <: HList] extends AnyRef

    Permalink

    Type class for printing dimensions

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ConvertTo

    Permalink
  5. object Divide

    Permalink
  6. object Invert

    Permalink
  7. object Multiply

    Permalink
  8. object MultiplyMerged

    Permalink
  9. object Power

    Permalink
  10. object Root

    Permalink
  11. object ShowDimension

    Permalink
  12. object ShowUnit

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): scala.Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): scala.Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): scala.Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): scala.Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): scala.Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): scala.Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped