JsNativeDoubleArrays

vecxt.JsNativeDoubleArrays

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]
extension (vec: Array[Double])
inline def <(num: Double): Array[Boolean]
inline def <=(num: Double): Array[Boolean]
inline def >(num: Double): Array[Boolean]
inline def >=(num: Double): Array[Boolean]
inline def logicalIdx(inline op: (Double, Double) => Boolean, inline num: Double): Array[Boolean]
inline def outer(other: Array[Double])(using ClassTag[Double]): Matrix[Double]
extension (vec: Array[Int])
inline def +(other: Array[Int])(using inline boundsCheck: BoundsCheck): Array[Int]
inline def -(other: Array[Int])(using inline boundsCheck: BoundsCheck): Array[Int]
inline def <(num: Int): Array[Boolean]
inline def <=(num: Int): Array[Boolean]
inline def >(num: Int): Array[Boolean]
inline def >=(num: Int): Array[Boolean]
inline def dot(other: Array[Int])(using inline boundsCheck: BoundsCheck): Int
inline def increments: Array[Int]
inline def logicalIdx(inline op: (Int, Int) => Boolean, inline num: Int): Array[Boolean]