JvmDoubleMatrix

vecxt.JvmDoubleMatrix

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

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