Packages

  • package root
    Definition Classes
    root
  • package de
    Definition Classes
    root
  • package h2b
    Definition Classes
    de
  • package scala
    Definition Classes
    h2b
  • package lib
    Definition Classes
    scala
  • package pa_toolbox
    Definition Classes
    lib
  • package math
    Definition Classes
    pa_toolbox
  • package linalg

    Provides conversions for vectors, matrices and functions between this PA-Toolbox linear-algebra Java project (pa) and the LinAlg Scala library project (la).

    Provides conversions for vectors, matrices and functions between this PA-Toolbox linear-algebra Java project (pa) and the LinAlg Scala library project (la).

    This package object adds converters as.. to the vector, matrix and function types of both projects. To use them, include an import de.h2b.scala.lib.pa_toolbox.math.linalg._ statement.

    If you prefer implicit conversions, use the ImplicitConversions object.

    Definition Classes
    math
    Note

    PA-Toolbox requires that lower indices are 0. Thus, on the LinAlg side only Vector and Matrix instances that fulfil this requirement are provided.

    ,

    PA-Toolbox currently only implements the element type Double for vectors and matrices. Thus, on the LinAlg side only Vector[Double] and Matrix[Double] are provided.

  • ImplicitConversions
  • LaFunctionOps
  • LaMatrixOps
  • LaVectorOps
  • PaFunctionOps
  • PaMatrixOps
  • PaVectorOps

package linalg

Provides conversions for vectors, matrices and functions between this PA-Toolbox linear-algebra Java project (pa) and the LinAlg Scala library project (la).

This package object adds converters as.. to the vector, matrix and function types of both projects. To use them, include an import de.h2b.scala.lib.pa_toolbox.math.linalg._ statement.

If you prefer implicit conversions, use the ImplicitConversions object.

Note

PA-Toolbox requires that lower indices are 0. Thus, on the LinAlg side only Vector and Matrix instances that fulfil this requirement are provided.

,

PA-Toolbox currently only implements the element type Double for vectors and matrices. Thus, on the LinAlg side only Vector[Double] and Matrix[Double] are provided.

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

Type Members

  1. implicit class LaFunctionOps extends AnyRef
  2. implicit class LaMatrixOps extends AnyRef

    Exceptions thrown

    IllegalArgumentException if the argument's lower indices are not 0

  3. implicit class LaVectorOps extends AnyRef

    Exceptions thrown

    IllegalArgumentException if the argument's lower index is not 0

  4. implicit class PaFunctionOps extends AnyRef
  5. implicit class PaMatrixOps extends AnyRef
  6. implicit class PaVectorOps extends AnyRef

Value Members

  1. object ImplicitConversions

    Provides implicit conversions for vectors, matrices and functions between this PA-Toolbox linear-algebra Java project (pa) and the LinAlg Scala library project (la).

    Provides implicit conversions for vectors, matrices and functions between this PA-Toolbox linear-algebra Java project (pa) and the LinAlg Scala library project (la).

    To use these implicit conversions, include an import de.h2b.scala.lib.pa_toolbox.math.linalg.ImplicitConversions._ statement.

Inherited from AnyRef

Inherited from Any

Ungrouped