InnerProduct
smile.cas.InnerProduct
case class InnerProduct(x: Vector, y: Vector) extends Scalar
Inner product (x * y)
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Applies the expression.
Returns the derivative.
Returns the gradient vector.
Simplify the expression.
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Applies the expression.
Returns the gradient vector.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article
