problemutils.classes

Type members

Classlikes

enum Cardinal(y: Int, x: Int)
enum Hex(q: Int, r: Int, s: Int)
case class Matrix[A]

A generic Matrix class. Useful for working with 2D structures.

A generic Matrix class. Useful for working with 2D structures.

Type parameters:
A

The type of elements in the matrix. When A is a scala.Numeric type, a number of extension methods are made available which allow for basic mathematical matrix operations.

Companion:
object
object Matrix
Companion:
class