Determinant

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

Type class for calculating the determinant of a Matrix.

class Object
trait Matchable
class Any

Type members

Types

type M = Matrix[R, C, T]

Value members

Abstract methods

def det(m: M): T