axle.matrix

ArrayMatrixFactory

class ArrayMatrixFactory extends MatrixFactory

Discussion of ClassManifest here:

http://www.scala-lang.org/docu/files/collections-api/collections_38.html

Attributes
abstract
Self Type
ArrayMatrixFactory
Linear Supertypes
MatrixFactory, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ArrayMatrixFactory
  2. MatrixFactory
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArrayMatrixFactory ()

Type Members

  1. trait ArrayMatrix [T] extends Matrix[T]

  2. class ArrayMatrixImpl [T] extends ArrayMatrix[T]

  3. type E [T] = Unit

    Definition Classes
    ArrayMatrixFactoryMatrixFactory
  4. type M [T] = ArrayMatrix[T]

    Type Parameters:

    Type Parameters:

    T element type S storage type M subtype of Matrix that is backed by storage S and has elements of type T

    Definition Classes
    ArrayMatrixFactoryMatrixFactory
  5. trait Matrix [T] extends AnyRef

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  12. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  13. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  14. def matrix [T] (m: Int, n: Int, f: (Int, Int) ⇒ T)(implicit elementAdapter: E[T]): M[T]

    Definition Classes
    ArrayMatrixFactoryMatrixFactory
  15. def matrix [T] (m: Int, n: Int, topleft: ⇒ T, left: (Int) ⇒ T, top: (Int) ⇒ T, fill: (Int, Int, T, T, T) ⇒ T)(implicit elementAdapter: E[T]): M[T]

    Definition Classes
    ArrayMatrixFactoryMatrixFactory
  16. def matrix [T] (m: Int, n: Int, values: Array[T])(implicit elementAdapter: E[T]): M[T]

    Definition Classes
    ArrayMatrixFactoryMatrixFactory
  17. def matrix [T] (r: Int, c: Int, default: T)(implicit arg0: ClassManifest[T]): ArrayMatrix[T]

  18. def matrix [T] (arr: Array[T], r: Int, c: Int)(implicit arg0: ClassManifest[T]): ArrayMatrix[T]

  19. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  23. def toString (): String

    Definition Classes
    AnyRef → Any
  24. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. def zeros [T] (m: Int, n: Int)(implicit elementAdapter: E[T]): M[T]

    Definition Classes
    ArrayMatrixFactoryMatrixFactory

Inherited from MatrixFactory

Inherited from AnyRef

Inherited from Any