Packages

package math

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object MatrixWrapper

    The Matrix object contains pure matrix methods from linear algebra.

    The Matrix object contains pure matrix methods from linear algebra.

    Complex numbers are represented with two consecutive Doubles. All matrix data is represented in a single array of arrays. Matricies for most methods have to be square and unitary.

  2. object VectorWrapper

    The Vector object contains pure vector methods from linear algebra.

    The Vector object contains pure vector methods from linear algebra.

    Complex numbers are represented with two consecutive Doubles. All vector data is represented in a single array.

Ungrouped