problemutils.classes
package problemutils.classes
Type members
Classlikes
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