DoubleMatrix

vecxt.DoubleMatrix
object DoubleMatrix

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (m: Matrix[Double])
inline def *(n: Double): Matrix[Double]
inline def *(m2: Matrix[Double])(using inline boundsCheck: BoundsCheck): Matrix[Double]
inline def *:*=(d: Double): Unit
inline def +(n: Double): Matrix[Double]
inline def +(m2: Matrix[Double])(using inline boundsCheck: BoundsCheck): Matrix[Double]
inline def -(m2: Matrix[Double])(using inline boundsCheck: BoundsCheck): Matrix[Double]
inline def -(n: Double): Matrix[Double]
inline def /(n: Double): Matrix[Double]
inline def /(m2: Matrix[Double])(using inline boundsCheck: BoundsCheck): Matrix[Double]
inline def @@(b: Matrix[Double])(using inline boundsCheck: BoundsCheck): Matrix[Double]
inline def cos: Matrix[Double]
inline def cos!: Unit
inline def exp: Matrix[Double]
inline def exp!: Unit
inline def log: Matrix[Double]
inline def log!: Unit
inline def max(dim: DimensionExtender): Matrix[Double]
inline def min(dim: DimensionExtender): Matrix[Double]
inline def product(dim: DimensionExtender): Matrix[Double]
inline def sin: Matrix[Double]
inline def sin!: Unit
inline def sqrt: Matrix[Double]
inline def sqrt!: Unit
inline def sum(dim: DimensionExtender): Matrix[Double]
inline def sum: Double
inline def trace: Double