Packages

  • package root
    Definition Classes
    root
  • package scalation

    The scalation package specifies system-wide constants for directory paths.

    The scalation package specifies system-wide constants for directory paths. Sub-packages may wish to define 'BASE-DIR = DATA_DIR + ⁄ + <package>' in their own 'package.scala' files. For maintainability, directory paths should only be specified in 'package.scala' files.

    Definition Classes
    root
  • package linalgebra

    The linalgebra package contains classes, traits and objects for linear algebra, including vectors and matrices for real and complex numbers.

    The linalgebra package contains classes, traits and objects for linear algebra, including vectors and matrices for real and complex numbers.

    Definition Classes
    scalation
  • package math

    The math package contains classes, traits and objects for common mathematical operations.

    The math package contains classes, traits and objects for common mathematical operations. Its package object defines exponentiation, logarithmic, trigonometric, etc. operators and functions.

    Definition Classes
    scalation
  • package par

    The par package contains classes, traits and objects for parallel processing techniques such as Map-Reduce.

    The par package contains classes, traits and objects for parallel processing techniques such as Map-Reduce.

    Definition Classes
    scalation
  • package plot

    The plot package contains classes, traits and objects for simple plotting of x-y data.

    The plot package contains classes, traits and objects for simple plotting of x-y data.

    Definition Classes
    scalation
  • package random

    The random package contains classes, traits and objects for the generation of random numbers.

    The random package contains classes, traits and objects for the generation of random numbers.

    Definition Classes
    scalation
  • package scala2d

    The scala2d package contains classes, traits and objects for for simple 2D graphics in scala, based upon java.swing, java.awt and java_awt_geom.

    The scala2d package contains classes, traits and objects for for simple 2D graphics in scala, based upon java.swing, java.awt and java_awt_geom.

    Definition Classes
    scalation
  • package stat

    The stat package contains classes, traits and objects for basic statistical functions and analyses.

    The stat package contains classes, traits and objects for basic statistical functions and analyses. The package object itself defines an implicit conversion from scalation.linalgebra.VectorD to StatVector.

    Definition Classes
    scalation
  • package tenalgebra
    Definition Classes
    scalation
  • Tensor3D
  • Tensor3DTest
  • package util

    The util package contains classes, traits and objects for basic utility functions.

    The util package contains classes, traits and objects for basic utility functions.

    Definition Classes
    scalation
p

scalation

tenalgebra

package tenalgebra

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Tensor3D extends Error with Serializable

    The Tensor3D class is a simple implementation of a 3-dimensional tensor.

    The Tensor3D class is a simple implementation of a 3-dimensional tensor. The first two dimensions must be fixed and known, while the third dimension may be dynamically allocated by the user. The third dimension should only vary with the second dimension, not the first. -----------------------------------------------------------------------------

Value Members

  1. object Tensor3D extends Serializable

    The Tensor3D companion object provides factory methods for the Tensor3D class.

  2. object Tensor3DTest extends App

    The Tensor3DTest object is used to test the Tensor3D class.

    The Tensor3DTest object is used to test the Tensor3D class. > runMain scalation.tenalgebra.Tensor3DTest

Ungrouped