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.

    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.

package math

Ungrouped