JvmIntMatrix

vecxt.JvmIntMatrix
object JvmIntMatrix

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (m: Matrix[Int])
inline def <(d: Int): Matrix[Boolean]
inline def <=(d: Int): Matrix[Boolean]
inline def >(d: Int): Matrix[Boolean]
inline def >=(d: Int): Matrix[Boolean]
inline def matmul(b: Matrix[Int])(using inline boundsCheck: BoundsCheck): Matrix[Int]