Package org.la4j.operation.ooplace
Class OoPlaceOuterProduct
- java.lang.Object
-
- org.la4j.operation.VectorVectorOperation<Matrix>
-
- org.la4j.operation.ooplace.OoPlaceOuterProduct
-
public class OoPlaceOuterProduct extends VectorVectorOperation<Matrix>
-
-
Constructor Summary
Constructors Constructor Description OoPlaceOuterProduct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrix
apply(DenseVector a, DenseVector b)
Matrix
apply(DenseVector a, SparseVector b)
Matrix
apply(SparseVector a, DenseVector b)
Matrix
apply(SparseVector a, SparseVector b)
-
Methods inherited from class org.la4j.operation.VectorVectorOperation
ensureApplicableTo, partiallyApply, partiallyApply
-
-
-
-
Method Detail
-
apply
public Matrix apply(SparseVector a, SparseVector b)
- Specified by:
apply
in classVectorVectorOperation<Matrix>
-
apply
public Matrix apply(DenseVector a, DenseVector b)
- Specified by:
apply
in classVectorVectorOperation<Matrix>
-
apply
public Matrix apply(DenseVector a, SparseVector b)
- Specified by:
apply
in classVectorVectorOperation<Matrix>
-
apply
public Matrix apply(SparseVector a, DenseVector b)
- Specified by:
apply
in classVectorVectorOperation<Matrix>
-
-