Package-level declarations

Types

Link copied to clipboard

Real matrix of double values.

Link copied to clipboard
class RealVector(entries: DoubleArray)

Real vector of double values, whereby the number of provided values defines the dimension of the vector.

Link copied to clipboard

Performs a singular value decomposition (SVD) on a RealMatrix. See the wikipedia article on singular value decomposition.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the dimension of the linear span of a given list of RealVector. See the wikipedia article on linear span.

Link copied to clipboard
fun RealVector.toRealVector(): RealVector

Conversion from adapted Real Vector class from Apache Commons Math.