Determinant

matr.Determinant
trait Determinant[R <: Int, C <: Int, T](using x$1: IsSquare[R, C])

Type class for calculating the determinant of a Matrix.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type M = Matrix[R, C, T]

Value members

Abstract methods

def det(m: M): T