Packages

object MatrixN extends Serializable

The MatrixN companion object provides operations for the MatrixN class that don't require 'this' (like static methods in Java).

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatrixN
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def outer[T](a: VectorN[T], b: VectorN[T])(implicit arg0: ClassTag[T], arg1: Numeric[T]): Matrix[T]

    Compute the outer product (a matrix) of vector a and vector b.

    Compute the outer product (a matrix) of vector a and vector b.

    a

    the first vector

    b

    the second vector