SqrtVector

smile.math.SqrtVector

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(i: Int): Double

Attributes

Definition Classes
override def length: Int

Attributes

Definition Classes
override def simplify: VectorExpression

Attributes

Definition Classes

Inherited methods

def %*%(b: VectorExpression): Double

Dot product.

Dot product.

Attributes

Inherited from:
VectorExpression
def *(b: Double): VectorMulValue

Attributes

Inherited from:
VectorExpression

Attributes

Inherited from:
VectorExpression
def +(b: Double): VectorAddValue

Attributes

Inherited from:
VectorExpression

Attributes

Inherited from:
VectorExpression
def -(b: Double): VectorSubValue

Attributes

Inherited from:
VectorExpression

Attributes

Inherited from:
VectorExpression
def /(b: Double): VectorDivValue

Attributes

Inherited from:
VectorExpression

Attributes

Inherited from:
VectorExpression
def apply(slice: Slice): Array[Double]

Attributes

Inherited from:
VectorExpression
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toVector: Vector

Attributes

Inherited from:
VectorExpression