Global

Members

(constant) AGGREGATION_TESTS :Object

Look up aggregation tests by unique name.

This is a helper for external libraries; it provides an immutable registry of all available tests. TODO would be nice to get rid of this?

{key: {label: String, constructor: Object }

Type:
  • Object
Source:

Methods

cholesky(A) → {*}

Return the cholesky decomposition A = GG'. The matrix G is returned.

Parameters:
Name Type Description
A
Source:
Returns:
Type
*