problemutils.classes
package problemutils.classes
Members list
Keywords
- no keywords
- case
Packages
package problemutils.classes.graphs
Type members
Classlikes
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait IterableOnce[A]class Objecttrait Matchableclass AnyShow all
In this article