Interface VectorSpace<V,​F extends Field<F>>

    • Method Detail

      • scaled

        V scaled​(F c)
        × : F × V → V

        The result of applying this function to a scalar, c, in F and v in V is denoted cv.

        Parameters:
        c - a multiplier
        Returns:
        c * this
        See Also:
        Wikipedia: Scalar multiplication