Packages

trait MemoryTrees extends AllTrees

Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. MemoryTrees
  2. AllTrees
  3. AllExpressions
  4. ArrayTrees
  5. Arrays
  6. FloatTrees
  7. Floats
  8. TupleTrees
  9. Tuples
  10. ValueTrees
  11. Trees
  12. Values
  13. Expressions
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ArraySingletonApi extends AnyRef
    Attributes
    protected
    Definition Classes
    Arrays
  2. trait ArrayTermApi extends TermApi
    Attributes
    protected
    Definition Classes
    Arrays
  3. trait ElementTermApi extends ValueTermApi
    Attributes
    protected
    Definition Classes
    Arrays
  4. trait ExpressionApi extends AnyRef
    Attributes
    protected
    Definition Classes
    Expressions
  5. trait FloatExpressionApi extends ValueExpressionApi
    Attributes
    protected
    Definition Classes
    Floats
  6. trait FloatTermApi extends ValueTermApi with FloatExpressionApi
    Attributes
    protected
    Definition Classes
    Floats
  7. trait FloatTypeApi extends ValueSingletonApi with FloatExpressionApi
    Attributes
    protected
    Definition Classes
    Floats
  8. trait TermApi extends ExpressionApi
    Attributes
    protected
    Definition Classes
    Expressions
  9. trait TupleExpressionApi extends ValueExpressionApi
    Attributes
    protected
    Definition Classes
    Tuples
  10. trait TupleSingletonApi extends AnyRef
    Attributes
    protected
    Definition Classes
    Tuples
  11. trait TupleTermApi extends ValueTermApi with TupleExpressionApi
    Attributes
    protected
    Definition Classes
    Tuples
  12. trait TupleTypeApi extends ValueTypeApi with TupleExpressionApi
    Attributes
    protected
    Definition Classes
    Tuples
  13. abstract type Type <: TypeApi

    Definition Classes
    Expressions
  14. trait TypeApi extends ExpressionApi
    Attributes
    protected
    Definition Classes
    Expressions
  15. trait ValueExpressionApi extends ExpressionApi
    Attributes
    protected
    Definition Classes
    Values
  16. trait ValueSingletonApi extends ValueTypeApi
    Attributes
    protected
    Definition Classes
    Values
  17. trait ValueTermApi extends TermApi with ValueExpressionApi
    Attributes
    protected
    Definition Classes
    Values
  18. trait ValueTypeApi extends ValueExpressionApi
    Attributes
    protected
    Definition Classes
    Values
  19. type ArrayTree[LocalElement <: ValueTerm] = Tree { type TermIn[C <: MemoryTrees.this.Category] = C#ArrayTerm{type Element = LocalElement#TermIn[C]} }

    Definition Classes
    ArrayTrees
  20. abstract type Category >: MemoryTrees.this.type <: Tuples with Floats with Arrays
    Definition Classes
    AllExpressionsArraysFloatsTuplesValuesExpressions
  21. type FloatTree = Tree { type TermIn[C <: MemoryTrees.this.Category] = C#FloatTerm }

    Attributes
    protected
    Definition Classes
    FloatTrees
  22. abstract type FloatType <: ValueType with MemoryFloatType

    Definition Classes
    MemoryTreesFloatTreesFloats
  23. trait MemoryFloatType extends FloatTreeType with MemoryValueType
    Attributes
    protected
  24. trait MemoryTupleType extends TupleTreeType with MemoryValueType
    Attributes
    protected
  25. trait MemoryValueType extends ValueTreeType
    Attributes
    protected
  26. type TupleTree[LocalElement <: ValueTerm] = Tree { type TermIn[C <: MemoryTrees.this.Category] = C#TupleTerm{type Element = LocalElement#TermIn[C]} }

    Definition Classes
    TupleTrees
  27. abstract type TupleType <: ValueType with MemoryTupleType

    Definition Classes
    MemoryTreesTupleTreesTuples
  28. abstract type ValueType <: Type with MemoryValueType

    Definition Classes
    MemoryTreesValueTreesValues
  29. final class AlphaConversionContext extends IdentityHashMap[Tree, Tree]
    Definition Classes
    Trees
  30. final case class ArrayParameter[LocalElement <: ValueTerm](id: Any, padding: ArrayTrees.Tree { type TermIn[C <: ArrayTrees.this.Category] = LocalElement#TermIn[C] }, shape: Array[Int]) extends Parameter with Product with Serializable

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  31. abstract type ArraySingleton <: TreeArraySingleton

    Definition Classes
    ArrayTreesArrays
  32. abstract type ArrayTerm <: Term with ArrayTreeTerm

    Definition Classes
    ArrayTreesArrays
  33. trait ArrayTreeTerm extends ArrayTermApi with TreeTerm
    Attributes
    protected
    Definition Classes
    ArrayTrees
  34. trait ElementTreeTerm extends ElementTermApi with ValueTreeTerm
    Attributes
    protected
    Definition Classes
    ArrayTrees
  35. final case class Extract[LocalElement <: ValueTerm](array: ArrayTree[LocalElement]) extends Operator with Product with Serializable

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  36. final case class Fill[LocalElement <: ValueTerm](element: ArrayTrees.Tree { type TermIn[C <: ArrayTrees.this.Category] = LocalElement#TermIn[C] }) extends Operator with Product with Serializable

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  37. final case class Transform[LocalElement <: ValueTerm](array: ArrayTree[LocalElement], matrix: MatrixData) extends Operator with Product with Serializable

    Definition Classes
    ArrayTrees
    Annotations
    @silent()
  38. trait TreeArraySingleton extends ArraySingletonApi
    Attributes
    protected
    Definition Classes
    ArrayTrees
  39. abstract type ValueTerm <: Term with ElementTreeTerm

    Definition Classes
    ArrayTreesValueTreesArraysValues
  40. final class ExportContext extends IdentityHashMap[Tree, Expressions.Category.Term]
    Definition Classes
    Trees
  41. final case class Abs(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  42. final case class Div(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  43. final case class Exp(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  44. final case class FloatLiteral(value: Float) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  45. trait FloatOperator extends Operator

    Attributes
    protected
    Definition Classes
    FloatTrees
  46. final case class FloatParameter(id: Any) extends Parameter with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  47. abstract type FloatTerm <: ValueTerm with FloatTreeTerm

    Definition Classes
    FloatTreesFloats
  48. trait FloatTreeTerm extends FloatTermApi with ValueTreeTerm with FloatExpressionApi
    Attributes
    protected
    Definition Classes
    FloatTrees
  49. trait FloatTreeType extends ValueTreeType with FloatTypeApi
    Attributes
    protected
    Definition Classes
    FloatTrees
  50. final case class Log(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  51. final case class Max(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  52. final case class Min(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  53. final case class Minus(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  54. final case class Percent(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  55. final case class Plus(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  56. final case class Sqrt(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  57. final case class Tanh(operand0: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  58. final case class Times(operand0: FloatTree, operand1: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  59. final case class UnaryMinus(operand: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  60. final case class UnaryPlus(operand: FloatTree) extends FloatOperator with Product with Serializable

    Definition Classes
    FloatTrees
    Annotations
    @silent()
  61. final class HashCodeContext extends IdentityHashMap[Tree, Int]
    Definition Classes
    Trees
  62. trait Operator extends Tree

    Definition Classes
    Trees
  63. trait Parameter extends Tree

    Definition Classes
    Trees
  64. final class StructuralComparisonContext extends IdentityHashMap[Tree, Tree]
    Definition Classes
    Trees
  65. abstract type Term <: TreeTerm

    Definition Classes
    TreesExpressions
  66. trait Tree extends Product

    Definition Classes
    Trees
  67. trait TreeTerm extends ExpressionApi with TermApi
    Attributes
    protected
    Definition Classes
    Trees
  68. final case class Apply[LocalElement <: ValueTerm](tuple: TupleTree[LocalElement], index: Int) extends Operator with Product with Serializable

    Definition Classes
    TupleTrees
    Annotations
    @silent()
  69. final case class Concatenate[Element0 <: ValueTerm](elementTrees: Seq[TupleTrees.Tree { type TermIn[C <: TupleTrees.this.Category] = Element0#TermIn[C] }]) extends Operator with Product with Serializable

    Definition Classes
    TupleTrees
    Annotations
    @silent()
  70. trait TreeTupleSingleton extends TupleSingletonApi
    Attributes
    protected
    Definition Classes
    TupleTrees
  71. final case class TupleParameter(id: Any, elementType: TupleTrees.ValueType, length: Int) extends Parameter with Product with Serializable

    Definition Classes
    TupleTrees
    Annotations
    @silent()
  72. abstract type TupleSingleton <: TreeTupleSingleton

    Definition Classes
    TupleTreesTuples
  73. abstract type TupleTerm <: ValueTerm with TupleTreeTerm

    Definition Classes
    TupleTreesTuples
  74. trait TupleTreeTerm extends ValueTreeTerm with TupleTermApi
    Attributes
    protected
    Definition Classes
    TupleTrees
  75. trait TupleTreeType extends TupleTypeApi with ValueTreeType
    Attributes
    protected
    Definition Classes
    TupleTrees
  76. trait ValueTreeTerm extends TermApi with ValueTermApi
    Attributes
    protected
    Definition Classes
    ValueTrees
  77. trait ValueTreeType extends ValueTypeApi
    Attributes
    protected
    Definition Classes
    ValueTrees

Abstract Value Members

  1. abstract val array: Implicitly[ArraySingleton]
    Definition Classes
    Arrays
    Annotations
    @inject()
  2. abstract def arrayTermFactory[LocalElement <: ValueTerm]: Factory2[ValueType, Tree, ArrayTerm { type Element = LocalElement }]
    Attributes
    protected
    Definition Classes
    ArrayTrees
    Annotations
    @inject()
  3. abstract val float: Implicitly[FloatType]
    Definition Classes
    Floats
    Annotations
    @inject()
  4. abstract val tuple: Implicitly[TupleSingleton]
    Definition Classes
    Tuples
    Annotations
    @inject()
  5. abstract def tupleTermFactory[LocalElement <: ValueTerm]: Factory3[ValueType, Int, Tree, TupleTerm { type Element = LocalElement }]
    Attributes
    protected
    Definition Classes
    TupleTrees
    Annotations
    @inject()
  6. abstract def tupleTreeTypeFactory[LocalElement <: ValueTerm]: Factory2[ValueType, Int, TupleType { type Element = LocalElement }]
    Attributes
    protected
    Definition Classes
    TupleTrees
    Annotations
    @inject()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MemoryTrees to any2stringadd[MemoryTrees] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MemoryTrees, B)
    Implicit
    This member is added by an implicit conversion from MemoryTrees to ArrowAssoc[MemoryTrees] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def ensuring(cond: (MemoryTrees) ⇒ Boolean, msg: ⇒ Any): MemoryTrees
    Implicit
    This member is added by an implicit conversion from MemoryTrees to Ensuring[MemoryTrees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (MemoryTrees) ⇒ Boolean): MemoryTrees
    Implicit
    This member is added by an implicit conversion from MemoryTrees to Ensuring[MemoryTrees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): MemoryTrees
    Implicit
    This member is added by an implicit conversion from MemoryTrees to Ensuring[MemoryTrees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): MemoryTrees
    Implicit
    This member is added by an implicit conversion from MemoryTrees to Ensuring[MemoryTrees] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MemoryTrees to StringFormat[MemoryTrees] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def [B](y: B): (MemoryTrees, B)
    Implicit
    This member is added by an implicit conversion from MemoryTrees to ArrowAssoc[MemoryTrees] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AllTrees

Inherited from AllExpressions

Inherited from ArrayTrees

Inherited from Arrays

Inherited from FloatTrees

Inherited from Floats

Inherited from TupleTrees

Inherited from Tuples

Inherited from ValueTrees

Inherited from Trees

Inherited from Values

Inherited from Expressions

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MemoryTrees to any2stringadd[MemoryTrees]

Inherited by implicit conversion StringFormat from MemoryTrees to StringFormat[MemoryTrees]

Inherited by implicit conversion Ensuring from MemoryTrees to Ensuring[MemoryTrees]

Inherited by implicit conversion ArrowAssoc from MemoryTrees to ArrowAssoc[MemoryTrees]

AST

Ungrouped