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