problemutils.classes

Members list

Packages

Type members

Classlikes

enum Cardinal(y: Int, x: Int)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Hex(q: Int, r: Int, s: Int)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Matrix[A] extends IterableOnce[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.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait IterableOnce[A]
class Object
trait Matchable
class Any
Show all
object Matrix

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Matrix.type