Inverse

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

Type class for calculating the inverse 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 inv(m: M): M