scalation.linalgebra_gen
The MatrixN companion object provides operations for the MatrixN class that don't require 'this' (like static methods in Java).
MatrixN
Compute the outer product (a matrix) of vector a and vector b.
the first vector
the second vector
The
MatrixN
companion object provides operations for theMatrixN
class that don't require 'this' (like static methods in Java).