Package-level declarations

Types

Link copied to clipboard

Indexing functions for symmetric matrices.

Link copied to clipboard

A mutable symmetric matrix of booleans.

Link copied to clipboard

A mutable symmetric matrix of bytes.

Link copied to clipboard

A mutable symmetric matrix of booleans.

Link copied to clipboard

A mutable symmetric matrix of doubles.

Link copied to clipboard

A mutable symmetric matrix of floats.

Link copied to clipboard

A mutable symmetric matrix of integers.

Link copied to clipboard

A mutable symmetric matrix of longs.

Link copied to clipboard

A mutable symmetric matrix of shorts.

Link copied to clipboard

A mutable symmetric matrix: a matrix where the element at position (i, j) is the same as the element at position (j, i).

Link copied to clipboard

A mutable symmetric matrix of unsigned bytes.

Link copied to clipboard

A mutable symmetric matrix of unsigned integers.

Link copied to clipboard

A mutable symmetric matrix of unsigned longs.

Link copied to clipboard

A mutable symmetric matrix of unsigned shorts.

Link copied to clipboard
interface SymmetricMatrix<T> : Iterable<T>

A symmetric matrix: a matrix where the element at position (i, j) is the same as the element at position (j, i).