outer
function outer(y:Expression<Real[_]>, z:Expression<Real[_]>) -> Outer
Lazy outer
.
function outer(y:Real[_], z:Expression<Real[_]>) -> Outer
Lazy outer
.
function outer(y:Expression<Real[_]>, z:Real[_]) -> Outer
Lazy outer
.
function outer(y:Expression<Real[_]>) -> Outer
Lazy outer
.
function outer(x:Real[_]) -> Real[_,_]
Outer product of a vector with itself.
function outer(x:Real[_], y:Real[_]) -> Real[_,_]
Outer product of a vector with another.
function outer(X:Real[_,_]) -> Real[_,_]
Outer product of a matrix with itself.
function outer(X:Real[_,_], Y:Real[_,_]) -> Real[_,_]
Outer product of a matrix with another.