scalation
package scalation
- Alphabetic
- By Inheritance
- scalation
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package columnar_db
The
columar_db
package contains classes, traits and objects for columnar relational database, where columns are vectors from thelinalgebra
package.The
columar_db
package contains classes, traits and objects for columnar relational database, where columns are vectors from thelinalgebra
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 spatial
Value Members
- val BASE: String
- val DATA_DIR: String
- val LOG_DIR: String
- val MEM_MAPPED_DIR: String
- val SEP: String
- val SRC_DIR: String
- val SRC_SCALA_DIR: String
- val STORE_DIR: String
- def removeLast(s: String): String
- val ⁄: String
- object PrimitiveType
The
PrimitiveType
object maintains the primitive type supported by the ScalaTion database module. - object PrimitiveTypeTest extends App
The
PrimitiveTypeTest
prints the zero objects and types for all primitive types.The
PrimitiveTypeTest
prints the zero objects and types for all primitive types. > runMain scalation.PrimitiveTypeTest