Packages

  • package root
    Definition Classes
    root
  • package scalation
    Definition Classes
    root
  • package columnar_db

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package.

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package. Basic type definitions are given.

  • package graph_db

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

  • package graphalytics

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

  • package image

    The image package contains classes, traits and objects for image processing and computer vision.

  • package scala3d

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx.

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx. Its package object contains type aliases for 'javafx.geometry.Point3D' and all subclasses of 'javafx.scene.shape.Shape3D'.

  • package spatial
p

scalation

package scalation

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

Value Members

  1. val BASE: String
  2. val DATA_DIR: String
  3. val LOG_DIR: String
  4. val MEM_MAPPED_DIR: String
  5. val SEP: String
  6. val SRC_DIR: String
  7. val SRC_SCALA_DIR: String
  8. val STORE_DIR: String
  9. def removeLast(s: String): String
  10. def setParallelism[A](n: Int)(block: ⇒ A): A
  11. val : String

Inherited from AnyRef

Inherited from Any

Ungrouped